HWIOAuthBundle icon indicating copy to clipboard operation
HWIOAuthBundle copied to clipboard

Add support Discord Oauth2

Open Angelisium opened this issue 2 years ago • 1 comments

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 💖

Angelisium avatar Mar 07 '23 16:03 Angelisium

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

github-actions[bot] avatar Feb 23 '24 01:02 github-actions[bot]