Authlogic v6.4.2 Release Notes
Release Date: 2021-12-21 // over 3 years agoPrevious changes from v6.4.1
-
- ๐ฅ Breaking Changes
- None
- โ Added
Authlogic::Session::Base.session_fixation_defense
- Reset the Rack session ID after authentication, to protect against Session Fixation attacks. (https://guides.rubyonrails.org/security.html#session-fixation) Default: true
- ๐ Fixed
- None
- ๐ฅ Breaking Changes