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

Getting user email when not soliciting email scope

Open CoCoNO opened this issue 5 years ago • 1 comments

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 avatar Jul 05 '19 19:07 CoCoNO

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

CoCoNO avatar Jul 05 '19 19:07 CoCoNO