passport-discord icon indicating copy to clipboard operation
passport-discord copied to clipboard

Passport strategy for authentication with Discord (discordapp.com)

Results 30 passport-discord issues
Sort by recently updated
recently updated
newest added

There is a semantic typo in the code examples.

some how my app being rate limited how can i fix this? ![image](https://user-images.githubusercontent.com/89627548/189476960-4938d9fa-dd56-4b06-a3c5-e6c65d1594da.png)

Use of `const` instead of `var` and use of arrow function syntax (`=>`)

Is it possible to directly add a `guildID` to a `passport.authenticate` with the bot scope so that Discord automaticly selects the right server?

Whenever I go to /api/login/discord, it works normally and redirects me to the discord link. Once authorized, I get redirected to /api/discord/callback but with a TokenError. TokenError at Strategy.OAuth2Strategy.parseErrorResponse ([Working...

Is this occurring cause if rate limits or something? seems to happen randomly. ![image](https://user-images.githubusercontent.com/59139918/122812351-326db780-d2ef-11eb-8b71-b9d4d404ce93.png)

Yesterday, it was working fine for me. Today, however, when I tried to login, I got failed to access token. https://cdn.ch1ll.tk/chrome_qSbsnksnm4.png

This project is no longer maintained. Do you know of any fork/new project that is maintained and updates everything to the latest versions?

I have 2 applications, 1 is for backend application and another is for front-end * https://noobteam.ga * so when I run those 2 applications on **local** the cookies seem very...

Add example of refresh token in the example folder.