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
如题
The text was updated successfully, but these errors were encountered:
这种的跟下包的代码就能看到了,刷新 token 的链接,记得在 header 中要携带 Authorization: Bearer {token}
token
header
Authorization: Bearer {token}
try { $token = $this->auth->guard()->refresh(); } catch (\Throwable $throwable) { throw new BusinessException(ErrorCode::TOKEN_ERROR); }
Sorry, something went wrong.
独立的 RefreshToken 暂无计划,目前的实现如 @canren 所述,通过未过刷新期限的 AccessToken 来换取新 Token。
感谢回答!
No branches or pull requests
如题
The text was updated successfully, but these errors were encountered: