Changed parameter for check id endpoint to access_token instead of auth_token

pull/59/head
Amanda Anganes 2012-03-22 14:19:45 -04:00
parent 826be5a1a1
commit 68c8d1a9d2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class CheckIDEndpoint {
private ConfigurationPropertiesBean configBean;
@RequestMapping("/checkid")
public ModelAndView checkID(@RequestParam("auth_token") String tokenString, ModelAndView mav, HttpServletRequest request) {
public ModelAndView checkID(@RequestParam("access_token") String tokenString, ModelAndView mav, HttpServletRequest request) {
if (!jwtSignerService.validateSignature(tokenString)) {
// can't validate