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 OAuth 2 spec (https://www.rfc-editor.org/rfc/rfc6749#page-47) asserts in section 6 that the refresh token is required. The code should check for this explicitly and fail outright.
The text was updated successfully, but these errors were encountered:
#166 check for missing/empty refresh token explicitly in refresh endp…
b48dc8b
…oint and fail immediately if it is not there.
No branches or pull requests
The OAuth 2 spec (https://www.rfc-editor.org/rfc/rfc6749#page-47) asserts in section 6 that the refresh token is required. The code should check for this explicitly and fail outright.
The text was updated successfully, but these errors were encountered: