1 Star 0 Fork 459

王伟/Spring Boot+Spring Security+Jwt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
新建文本文档.txt 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
王伟 提交于 2022-12-04 22:32 . 添加自备注
1.启动注册WebSecurityConfig extends WebSecurityConfigurerAdapter-》configure方法注册CustomAuthenticationProvider自定义身份认证
2.userlist接口JWTAuthenticationFilter extends BasicAuthenticationFilter-》doFilterInternal获取token
3.login接口JWTLoginFilter extends UsernamePasswordAuthenticationFilter-》attemptAuthentication方法尝试身份认证
CustomAuthenticationProvider-》supports认证
UserDetailsServiceImpl implements UserDetailsService-》loadUserByUsername
方法查询数据库,调用CustomAuthenticationProvider-》authenticate方法生成token令牌,
JWTLoginFilter extends UsernamePasswordAuthenticationFilter-》successfulAuthentication方法认证成功获取角色集合
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wwfafh/springboot-springsecurity-jwt-demo.git
git@gitee.com:wwfafh/springboot-springsecurity-jwt-demo.git
wwfafh
springboot-springsecurity-jwt-demo
Spring Boot+Spring Security+Jwt
master

搜索帮助