Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phper666 authored Oct 8, 2019
1 parent 8afb644 commit 6f728f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### 采用基于https://github.com/lcobucci/jwt/tree/3.3 进行封装。
### 黑名单的设置参考了这篇文章https://learnku.com/articles/17883
### 注意:
由于hyperf可以升级1.1版本,如果你用1.1版本,请需要修改jwt-auth的composer.json文件,把依赖hyperf的组件版本全部改为~1.1.0或者使用jwt-auth的2.0.1版本,这个版本是针对hyperf的1.1版本的
由于hyperf可以升级1.1版本,如果你用1.1版本,请需要修改jwt-auth的composer.json文件,把依赖hyperf的组件版本全部改为~1.1.0或者使用jwt-auth的^2.0.1版本,这个版本是针对hyperf的1.1版本的
### 说明:
```shell
jwt-auth支持单点登录、多点登录、支持注销token(token会失效)、支持刷新token
Expand Down

0 comments on commit 6f728f9

Please sign in to comment.