rest-security-demo:基于Spring BootSpring SecurityJWT的REST服务安全认证

时间:2024-02-19 17:43:38
【文件属性】:

文件名称:rest-security-demo:基于Spring BootSpring SecurityJWT的REST服务安全认证

文件大小:379KB

文件格式:ZIP

更新时间:2024-02-19 17:43:38

jwt spring-boot spring-security SpringBootJava

基于Spring Boot / Spring Security / JWT的REST服务安全认证 项目介绍 预备知识 认证流程 运行演示 获取令牌 测试账号:user/123456 接口地址:http://localhost:8080/auth/ 访问需要认证的接口 接口地址:http://localhost:8080/persons 访问限制访问的接口 接口地址:http://localhost:8080/protected 重新使用拥有API访问权限的用户获取令牌并访问接口 测试账号:admin/123456 接口地址:http://localhost:8080/protected 联系我 Email: jonsychen@hotmail.com/i@jonsy.me OICQ: 903352005 WeChat: Jonsychen_2013


【文件预览】:
rest-security-demo-master
----pom.xml(3KB)
----src()
--------test()
--------main()
----.gitignore(2KB)
----README.md(1KB)
----etc()
--------protected.png(56KB)
--------gettoken.png(65KB)
--------protectedadmin.png(61KB)
--------protectedadmin2.png(43KB)
--------authflow.png(161KB)

网友评论