singingwolfboy / flask-dance

Doing the OAuth dance with style using Flask, requests, and oauthlib.
https://pypi.python.org/pypi/Flask-Dance/
MIT License
995 stars 156 forks source link

discord oauth changes. #435

Open nimbian opened 1 month ago

nimbian commented 1 month ago

I believe changes may have occurred in how discord handles oauth. For starters it appears the url has changed from https://discord.com/api/oauth2/authorize to https://discord.com/oauth2/authorize. However even after changing this I am receiving a "Missing access token parameter" error. Any insights or suggestions would be greatly appreciated.

nimbian commented 1 month ago

I found the issue I changed both the token and auth URL only the auth URL needs to be changed.