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
Imagine I have a browser application which receives the authorization code:
http://localhost:3000/?code=gr4HgnkhvIolSEQRBjFA-ipfugGngqoEl9NNzOkf5OQ.WfQumSAgUTD7OkfZgn8cXR8iUJCY_GfM2jVEut87OA4&scope=core&state=statestate
Is there a way to obtain an access token without authenticating with the client_id and client_secret?
The text was updated successfully, but these errors were encountered:
Yes, that is called the "implicit flow": https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2 (ctrl+f -> "Grant Type: Implicit")
Sorry, something went wrong.
Oh, perfect, thank you
Welcome
No branches or pull requests
Imagine I have a browser application which receives the authorization code:
Is there a way to obtain an access token without authenticating with the client_id and client_secret?
The text was updated successfully, but these errors were encountered: