You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: