wohali / oauth2-discord-new

New Discord Provider for the OAuth 2.0 Client
MIT License
118 stars 22 forks source link

Update OAuth2 base authorization URL #44

Closed ShawnCZek closed 1 year ago

ShawnCZek commented 1 year ago

This removes a useless redirect as the OAuth2 authorization is no longer a part of the API. See discord/discord-api-docs#5237 for reference.

This pull request also fixes the access token URL test which got broken after merging #39. This has been fixed in the same way as #33 implemented it.