-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow specific session keys to bypass reset_session #63
Conversation
Fixed in: 8ddfe50 |
Moved CI / Bundle faff to: #66 |
This all looks fine to me :) |
Test coverage: 100% |
Adds
session_keys_to_persist
config option in order to carry over specific session keys from pre-log in to post-log in(since
reset_session
is called post-log in in order to prevent session fixation: https://guides.rubyonrails.org/security.html#session-fixation-countermeasures)