heartcombo--devise/test/integration
Carlos Antonio da Silva b5172a0cdb Fix csrf cleanup for Rails 7.1 (main)
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
2022-04-22 11:08:44 -03:00
..
authenticatable_test.rb Fix csrf cleanup for Rails 7.1 (main) 2022-04-22 11:08:44 -03:00
confirmable_test.rb Replace XML with JSON serialization across the test suite 2021-02-15 14:40:05 -03:00
database_authenticatable_test.rb Fix typos 2019-11-28 18:13:47 -03:00
http_authenticatable_test.rb Replace XML with JSON serialization across the test suite 2021-02-15 14:40:05 -03:00
lockable_test.rb Replace XML with JSON serialization across the test suite 2021-02-15 14:40:05 -03:00
mounted_engine_test.rb FIX plataformatec/devise#4127 (#4700) 2019-01-23 15:32:29 -02:00
omniauthable_test.rb Update omniauthable tests for OmniAuth 2.0 (#5331) 2021-01-19 15:19:55 -03:00
recoverable_test.rb Replace XML with JSON serialization across the test suite 2021-02-15 14:40:05 -03:00
registerable_test.rb Replace XML with JSON serialization across the test suite 2021-02-15 14:40:05 -03:00
rememberable_test.rb Add spaces around method arguments when setting default values 2020-08-31 18:15:45 -03:00
timeoutable_test.rb Fix typos 2019-11-28 18:13:47 -03:00
trackable_test.rb Add assert for check last_sign_in_ip value 2019-10-24 21:12:27 +09:00