springboot-bucket/springboot-jwt
2018-02-27 19:08:19 +08:00
..
src 添加代码示例springboot-jwt 2018-02-27 19:08:19 +08:00
.gitignore 添加代码示例springboot-jwt 2018-02-27 19:08:19 +08:00
LICENSE 添加代码示例springboot-jwt 2018-02-27 19:08:19 +08:00
pom.xml 添加代码示例springboot-jwt 2018-02-27 19:08:19 +08:00
README.md 添加代码示例springboot-jwt 2018-02-27 19:08:19 +08:00
run.sh 添加代码示例springboot-jwt 2018-02-27 19:08:19 +08:00

简介

一般来讲对于RESTful API都会有认证(Authentication)和授权(Authorization)过程保证API的安全性。

采用TOKEN认证这种方式也是再HTTP头中使用Authorization: Bearer 使用最广泛的TOKEN是JWT通过签名过的TOKEN。

基于Shiro+JWT可实现Token认证方式

测试

启动应用后,先访问登录接口,使用参数用户名=admin/密码=12345678拿到token后再访问其他接口。

许可证

Copyright (c) 2018 Xiong Neng

基于 MIT 协议发布: http://www.opensource.org/licenses/MIT