-
-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session: false doesn't work #155
Comments
Any progress on this running into this same problem? |
Same here |
Running into this issue as well, can this get some attention? |
The same problem here, it's causing 100s of unwanted sessions between backend APIs, please help! @jaredhanson |
Same here. Looking in the source code I can't see anywhere where the session-option is actually used 🤔 passport-local/lib/strategy.js Lines 42 to 56 in 4d9fbef
|
Looks like a documentation error.
|
Session: false is not working.
Your docs say it should be specified in options. But that's not true. It doesn't work that way.
Either change docs of modify the code.
Because it has to be like this, not in initial config
The text was updated successfully, but these errors were encountered: