jso icon indicating copy to clipboard operation
jso copied to clipboard

Token config property not explained

Open gijswijs opened this issue 6 years ago • 0 comments

OAuth always confuses me, so I'm not sure whether this is a general problem, but I configured this to work with Github OAuth and got this error

Received an authorization code. Will not process it as the config option [token] endpoint is not set.

The token config option is not explained in the readme.md, but it should contain the endpoint for exchanging the code for an acess token, so in this case: https://github.com/login/oauth/access_token

Sadly, after this I found out that Github doesn't support the implicit grand type, so I'm back to square one. :`(

But I still wanted to share this finding.

gijswijs avatar Feb 15 '19 04:02 gijswijs