1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/integration
José Valim 31d821c2e0 Allow to Rememberable to work without remember_token relying on salt if possible.
This comes with the benefit that if you change your password, all remember tokens expires, and it also requires one field less in the database.

The downside is that if you want remember_me_across_browser to be false, it won't work unless you use the token. It also requires you to be using database_authenticable.

Using salt is now the default in Devise.
2010-09-25 13:07:24 +02:00
..
authenticatable_test.rb Add request_keys support. Closes #401. 2010-09-21 11:45:44 +02:00
confirmable_test.rb Ensure method is always POST on new.html.erb forms, closes #365. Also, start to remove usage of assert_template. 2010-07-06 16:01:22 +02:00
database_authenticatable_test.rb Split tests files a bit. 2010-06-13 12:11:15 +02:00
http_authenticatable_test.rb Improved test thanks to Jose Valim. 2010-09-14 03:55:10 +08:00
lockable_test.rb Do not add unlock routes unless unlock strategy is email or both, closes #373 2010-07-12 07:24:21 +02:00
oauthable_test.rb All tests green on latest mongoid. 2010-09-24 11:30:08 +02:00
recoverable_test.rb make User#send_reset_password_instructions to require all authentication_keys 2010-09-21 11:47:07 +02:00
registerable_test.rb All tests green on latest mongoid. 2010-09-24 11:30:08 +02:00
rememberable_test.rb Allow to Rememberable to work without remember_token relying on salt if possible. 2010-09-25 13:07:24 +02:00
timeoutable_test.rb Check if the user is already signing out before timing out his connection, closes #273. 2010-06-13 12:40:13 +02:00
token_authenticatable_test.rb Added navigational formats to specify when it should return a 302 and when a 401, closes #234 and #249. 2010-05-16 19:13:38 +02:00
trackable_test.rb sign_in_count shoud default to zero. 2010-03-26 12:56:24 +01:00