Michael Leanos

Results 2 issues of Michael Leanos

# Issue Template Please review the [contribution](https://github.com/noopkat/avrgirl-arduino/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/noopkat/avrgirl-arduino/blob/master/CODE_OF_CONDUCT.md) guidelines. ## Description _If you raise an issue on bug/issue please provide the requested information, where not possible, please...

I'm experiencing odd behavior with the passport.authenticate method's callback. I'm using the following signature. `passport.authenticate('twitter', function (err, user, info) {});` I'm passing the callback from a custom handler method like...