Posts tagged 'implicit-grant'
-
What's Wrong With the OAuth2 Implicit Grant?
The Implicit grant is part of the OAuth 2 RFC, but is one of the features omitted in the OAuth 2.1 specification. With this grant, you don’t have to write server side code. Instead of having to exchange an authorization code for an access token, you are provided an access token on redirect.
READ MORE