nicholastay / passport-discord

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

unable to use failWithError #11

Open busheezy opened 6 years ago

busheezy commented 6 years ago

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?