-
Notifications
You must be signed in to change notification settings - Fork 71
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
token is undefined #6
Comments
Hi All This issue is caused by the upgrade in Discord's OAuth API. If you look at the official documentation, it clearly outlines that you now need to use content type of x-www-form-urlencoded: https://discord.com/developers/docs/topics/oauth2 For nodejs implementation you can follow this guide: https://discordjs.guide/oauth2/#oauth2-flows ChangesExisting code:
New code
|
What to do? |
It still does not work. . . |
Hey all, I answered this in #11! |
i get token=undefined after logging in
The text was updated successfully, but these errors were encountered: