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

I'm quite often experiencing getting rate limited when fetching the user's guilds. May I suggest the possibility to set a delay between fetching profile, (connections) and guilds? I would appreciate...

By looking around the code, it seems that this isn't supported yet. May I ask when this will be implemented?

Hey, Upon accepting authorization on discord authorization endpoint, I get successfully redirected to my endpoint callback. But, if I asked against to auth, the system is asking me again to...

im getting the user email even when not asking for it in the scopes var scopes = ['identify'/*, 'email', 'connections', (it is currently broken) 'guilds', 'guilds.join'*/];

I'm trying to use failWithError to get a failure callback as described here: https://github.com/jaredhanson/passport/issues/458 I get ``AuthenticationError: Unauthorized`` and my code is never reached. Do you have any ideas?

I just spent the last couple of hours trying to get this library to work, only to find that my client secret was being set to my client id. I...

i am trying to implement the discord strategy to my app and i always get a error after the redirect. ``` passport.use(new DiscordStrategy({ clientID: process.env.Discord_ClientID, clientSecrete: process.env.Discord_Secrete , callbackURL: process.env.Discord_Callback,...

## Description: This pull request introduces a series of updates and refactors to the Passport-Discord authentication strategy, enhancing the codebase with TypeScript features and improving documentation for better clarity and...

On this website: https://www.passportjs.org/packages/passport-discord/ You said the following: "Notice: I'm no longer too active with the Discord API, and only tinker around occasionally. So, if there is anybody who would...