Skip to content
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

set grant_type=authorization_code in authz code request #70

Merged
merged 1 commit into from
Jan 9, 2021
Merged

set grant_type=authorization_code in authz code request #70

merged 1 commit into from
Jan 9, 2021

Conversation

dmitshur
Copy link
Contributor

In the latest 20201126 IndieAuth specification version, it has been
clarified that grant_type is a mandatory parameter that must be set
to authorization_code¹ when redeeming the authorization code at the
IndieAuth server. Set it accordingly.

¹ https://indieauth.spec.indieweb.org/#request

Fixes #69.

In the latest 20201126 IndieAuth specification version, it has been
clarified that grant_type is a mandatory parameter that must be set
to authorization_code¹ when redeeming the authorization code at the
IndieAuth server. Set it accordingly.

¹ https://indieauth.spec.indieweb.org/#request

Fixes #69.
@dmitshur dmitshur mentioned this pull request Dec 29, 2020
@dmitshur
Copy link
Contributor Author

dmitshur commented Jan 8, 2021

Friendly post-holiday ping, in case you missed this @aaronpk.

@aaronpk aaronpk merged commit 0d7c730 into aaronpk:main Jan 9, 2021
@dmitshur dmitshur deleted the patch-1 branch January 9, 2021 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add grant_type
2 participants