Skip to content
New issue

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

Add support Discord Oauth2 #1932

Open
Angelisium opened this issue Mar 7, 2023 · 1 comment
Open

Add support Discord Oauth2 #1932

Angelisium opened this issue Mar 7, 2023 · 1 comment
Labels

Comments

@Angelisium
Copy link

Angelisium commented Mar 7, 2023

It would be nice to add discord.

I had a quick look, discord uses a classic OAuth2 system (RFC 6749) so I guess it should be trivial to add.

A small excerpt from the doc (to save you time):

OAuth2 URLs description
https://discord.com/oauth2/authorize Base authorization URL
https://discord.com/api/oauth2/token Token URL
https://discord.com/api/oauth2/token/revoke Token Revocation URL

Scope needed to solve the identity => identify and email
Get Current User : (GET) /users/@me

Thank for ur work 💖

Copy link

Message to comment on stale issues. If none provided, will not mark issues stale

@github-actions github-actions bot added the Stale label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant