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
/auth/refresh endpoint doc is at https://jwt-auth-proxy.readthedocs.io/en/latest/user-facing/#refresh-access-token
/auth/refresh
Refresh endpoint is for obtaining a valid accessToken with an expired accessToken and a valid refreshToken.
The server returns a valid accessToken
The server returns 401
Refresh requests go through a expiration check during VerifyJwtMiddleware function.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/auth/refresh
endpoint doc is at https://jwt-auth-proxy.readthedocs.io/en/latest/user-facing/#refresh-access-tokenRefresh endpoint is for obtaining a valid accessToken with an expired accessToken and a valid refreshToken.
To reproduce
Expected behavior
The server returns a valid accessToken
Actual behavior
The server returns 401
Possible cause
Refresh requests go through a expiration check during VerifyJwtMiddleware function.
The text was updated successfully, but these errors were encountered: