Open JamesMGreene opened 9 years ago
Agree @JamesMGreene came here just to check if session
exist in the code
@jaredhanson I ran into this issue as well. Any chance to merge this PR?
ping @jaredhanson
I too was really confused by the session-option in the documentation. @jaredhanson is it possible to merge this into the main-library? Or is it perhaps recommended to adopt the usage of passport-next where this fix was merged?
The README makes some references to an option called
"session"
that were added in commit https://github.com/jaredhanson/passport-local/commit/06d290bf07c5cfcff1ef72cba8edc93bc6ca9cbcThe codebase does not contain any such option today, nor did it at the time of that commit (i.e. if you look at https://github.com/jaredhanson/passport-local/tree/06d290bf07c5cfcff1ef72cba8edc93bc6ca9cbc ).
This was confusing for me... probably for others as well.