aaronpk / indielogin.com

Sign in with your domain name
https://indielogin.com
MIT License
155 stars 25 forks source link

set grant_type=authorization_code in authz code request #70

Closed dmitshur closed 3 years ago

dmitshur commented 3 years ago

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 commented 3 years ago

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