nicholastay / passport-discord

Passport strategy for authentication with Discord (discordapp.com)
ISC License
172 stars 55 forks source link

Getting user email when not soliciting email scope #19

Open CoCoNO opened 5 years ago

CoCoNO commented 5 years ago

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'/];

CoCoNO commented 5 years ago

sorry, i forgot about github markdown, here is the code of my scopes <var scopes = ['identify'/*, 'email', 'connections', (it is currently broken) 'guilds', 'guilds.join'*/];>