We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
No branches or pull requests
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: