Skip to content

Commit

Permalink
oauth2: clarify redirect_uri needs to be same as auth url (#4749)
Browse files Browse the repository at this point in the history
  • Loading branch information
splatterxl authored Apr 5, 2022
1 parent 29350a9 commit 9bcff53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/OAuth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ https://nicememe.website/?code=NhhvTDYsFcdgNLnnLijcl7Ku7bEEeee&state=15773059ghq
- `client_secret` - your application's client secret
- `grant_type` - must be set to `authorization_code`
- `code` - the code from the querystring
- `redirect_uri` - your `redirect_uri`
- `redirect_uri` - the `redirect_uri` associated with this authorization, usually from your authorization URL

###### Access Token Exchange Example

Expand Down

0 comments on commit 9bcff53

Please sign in to comment.