mirror of
https://github.com/luoye663/e5.git
synced 2024-12-26 03:38:53 +00:00
~
This commit is contained in:
parent
179877f31e
commit
5a67d91a67
@ -69,7 +69,6 @@ public class GithubLoginAuthenticationFilter extends AbstractAuthenticationProce
|
|||||||
UsernamePasswordAuthenticationToken authRequest = new UsernamePasswordAuthenticationToken(code, state);
|
UsernamePasswordAuthenticationToken authRequest = new UsernamePasswordAuthenticationToken(code, state);
|
||||||
// 设置身份认证的详情信息
|
// 设置身份认证的详情信息
|
||||||
this.setDetails(httpServletRequest, authRequest);
|
this.setDetails(httpServletRequest, authRequest);
|
||||||
|
|
||||||
// 通过AuthenticationManager调用相应的AuthenticationProvider进行用户认证
|
// 通过AuthenticationManager调用相应的AuthenticationProvider进行用户认证
|
||||||
return this.getAuthenticationManager().authenticate(authRequest);
|
return this.getAuthenticationManager().authenticate(authRequest);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user