mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
![]() Rails implemented a CSRF token storage strategy to allow storing the CSRF tokens outside of the sessios (for example, in an encrypted cookie), and changed how the value is kept around during the request cycle, by using a request.env value. We still want to ensure the final session value is cleaned correctly in the test, but the implementation needed to change since we can't simply delete from the session anymore, we need to make sure we call the Rails methods for resetting the current storage strategy so it works with all of them. https://github.com/rails/rails/pull/44283 |
||
---|---|---|
.. | ||
authenticatable_test.rb | ||
confirmable_test.rb | ||
database_authenticatable_test.rb | ||
http_authenticatable_test.rb | ||
lockable_test.rb | ||
mounted_engine_test.rb | ||
omniauthable_test.rb | ||
recoverable_test.rb | ||
registerable_test.rb | ||
rememberable_test.rb | ||
timeoutable_test.rb | ||
trackable_test.rb |