-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
调用refreshToken会生成新的刷新令牌 #26
Comments
如果要废弃之前的。需要开启单点登录 |
明白了感谢大佬 |
请问大佬代码第226行抛出请求未携带authorization信息是不是应该修改为“不允许get请求获取token”合适点? |
配置项可以开启允许GET携带令牌的 |
0 "#0 /Users/daady/Downloads/Apache/webman/vendor/workerman/webman-framework/src/support/Redis.php(262): support\Redis::instance()" |
你这看着像是Redis配置问题 |
请问大佬,使用这个jwt鉴权插件,如果分了前台和后台接口情况下,使用全局中间件鉴权有没有办法分别对前台用户和admin用户鉴权,两个表的字段不一样~后台返回的model也不一样 |
可以的 |
大佬,当调用$accessToken = jwt::refreshToken();时会生成全新的刷新令牌和访问令牌,并且旧的刷新令牌和新的令牌都能用,这个正常吗?还是我的打开方式不对😂
The text was updated successfully, but these errors were encountered: