We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
大佬,当调用$accessToken = jwt::refreshToken();时会生成全新的刷新令牌和访问令牌,并且旧的刷新令牌和新的令牌都能用,这个正常吗?还是我的打开方式不对😂
The text was updated successfully, but these errors were encountered:
如果要废弃之前的。需要开启单点登录
Sorry, something went wrong.
明白了感谢大佬
请问大佬代码第226行抛出请求未携带authorization信息是不是应该修改为“不允许get请求获取token”合适点?
配置项可以开启允许GET携带令牌的
No branches or pull requests
大佬,当调用$accessToken = jwt::refreshToken();时会生成全新的刷新令牌和访问令牌,并且旧的刷新令牌和新的令牌都能用,这个正常吗?还是我的打开方式不对😂
The text was updated successfully, but these errors were encountered: