Tony

Results 13 comments of Tony

So is the answer that there isn't a way to do this using Browserify?

@blowsie did you figure out a solution to your problem?

Thanks! I used a much more janky way to solve this problem. This is helpful.

Oh awesome! Thank you both.

That was just a typo.

@fsjuhl I think this might be related to the fact that the first callback is not returned if there is an error: https://github.com/nicholastay/passport-discord/blob/f8c55dcd34bd20bf692604d69db776c63ad1b91b/lib/strategy.js#L100 I have returned the callback in my...

@ItsMrReals can you share your implementation? Also, I fixed some bugs in a fork you can use [here](https://github.com/tonestrike/passport-discord). This package isn't being maintained any longer.

@tandpfun and @FHGDev, the owner of this repo has stopped maintaining it. You can use my fork which offers the ability to use `prompt` on the strategy and several other...

Can you provide your implementation code?

This was troubling me for quite some time. In order to catch these types of errors, or errors that occur during respawn, you must add an error event listener to...