Skip to content

Commit

Permalink
OAuth2 PKCE extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ManHatos committed Jul 31, 2024
1 parent 5187138 commit 88e7100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/topics/OAuth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ When a user begins an authorization flow on the client, a `state` is generated t

While Discord does not require the use of the `state` parameter, we support it and highly recommend that you implement it for the security of your own applications and data.

## Proof Key for Code Exchange (PCKE)

...

## Authorization Code Grant

The authorization code grant is what most developers will recognize as "standard OAuth2" and involves retrieving an access code and exchanging it for a user's access token. It allows the authorization server to act as an intermediary between the client and the resource owner, so the resource owner's credentials are never shared directly with the client.
Expand Down

0 comments on commit 88e7100

Please sign in to comment.