Closed fmalk closed 9 years ago
I was reading http://passportjs.org/guide/username-password/ and stuck trying to send domain info along my custom LocalStrategy, and only by looking at source code I found the passReqToCallback feature. Page guide should be updated to document it.
LocalStrategy
passReqToCallback
Yeah it should. A pull request?
Will do.
Couldn't find how to edit passportjs.org directly, so I updated passport-local README.md
passport-local
:+1: That's just awesome
I was reading http://passportjs.org/guide/username-password/ and stuck trying to send domain info along my custom
LocalStrategy
, and only by looking at source code I found thepassReqToCallback
feature. Page guide should be updated to document it.