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