All Versions
16
Latest Version
Avg Release Cycle
141 days
Latest Release
1004 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.4.2 Changes
December 21, 2021 -
v6.4.1 Changes
February 22, 2021- ๐ฅ 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
-
v6.4.0 Changes
December 22, 2020- ๐ฅ Breaking Changes
- None
- โ Added
- #734 - Support for string cookies when using TestCase and friends
- ๐ Fixed
- None
- ๐ฅ Breaking Changes
-
v6.3.0 Changes
December 17, 2020 -
v6.2.0 Changes
September 03, 2020 -
v6.1.0 Changes
May 03, 2020 -
v6.0.0 Changes
March 23, 2020๐ฅ Breaking Changes, Major
There is no longer a default
crypto_provider
. We still recommend SCrypt, but don't want users of other providers to be forced to install it. You must now explicitly specify yourcrypto_provider
, eg. in youruser.rb
.acts_as_authentic do |c| c.crypto_provider = ::Authlogic::CryptoProviders::SCrypt end
To continue to use the
scrypt
gem, add it to yourGemfile
.gem "scrypt", "~> 3.0"
๐ฅ Breaking Changes, Minor
- To set your crypto provider, you must use
crypto_provider=
, notcrypto_provider
. The arity of the later has changed from -1 (one optional arg) to 0 (no arguments).
- To set your crypto provider, you must use
โ Added
- #702 - The ability to specify "None" as a valid SameSite attribute
๐ Fixed
Dependencies
- Drop support for ruby 2.3 (reached EOL on 2019-04-01)
-
v5.1.0
March 24, 2020 -
v5.0.4
September 11, 2019 -
v5.0.3
September 08, 2019