-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Discord Oauth2 support #4476
Discord Oauth2 support #4476
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4476 +/- ##
==========================================
- Coverage 37.75% 37.75% -0.01%
==========================================
Files 325 325
Lines 47638 47640 +2
==========================================
- Hits 17988 17986 -2
- Misses 27056 27061 +5
+ Partials 2594 2593 -1
Continue to review full report at Codecov.
|
Conflict |
If I try to authenticate via Discord, I'm getting this error:
I've created a discord application and added the secrets. Then I've added the redirect link to OAuth2 at Discord. |
@JonasFranzDEV thanks for testing. I just tested and can confirm same results. Using same keys with |
yay! |
@jonasfranz I've update vendored dependency, and I am successfully able to login now, please review. |
Fix #4125