-
Notifications
You must be signed in to change notification settings - Fork 8
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
Document changelog that grant_type is now required #61
Comments
I think this is wrong? Maybe I am missing something, but I think Am I misreading something? |
@Zegnat For the token endpoint, but not the authorization endpoint. |
Zegnat
added a commit
that referenced
this issue
Nov 22, 2020
Zegnat
added a commit
that referenced
this issue
Nov 22, 2020
Zegnat
added a commit
that referenced
this issue
Nov 22, 2020
Zegnat
added a commit
that referenced
this issue
Nov 22, 2020
Ah, found it now @dshanske. Thanks! PR opened with fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the current living standard, grant_type is required by the authorization endpoint. In the prior version, it was not. This change needs to be documented due the fact it could be a breaking change.
The text was updated successfully, but these errors were encountered: