1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
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
..
controllers sign_out_all_scopes is true by default. 2010-08-23 09:18:39 -03:00
integration Allow to Rememberable to work without remember_token relying on salt if possible. 2010-09-25 13:07:24 +02:00
mailers Add reply-to to e-mail headers by default. Closes #474 2010-09-21 10:07:02 +02:00
models Allow to Rememberable to work without remember_token relying on salt if possible. 2010-09-25 13:07:24 +02:00
oauth Unit tests for OAuth. 2010-07-26 20:33:23 +02:00
orm Remove data_mapper support. 2010-07-04 17:22:57 +02:00
rails_app Allow to Rememberable to work without remember_token relying on salt if possible. 2010-09-25 13:07:24 +02:00
support Avoid BCrypt::Errors::InvalidSalt: invalid salt 2010-09-21 12:09:07 +02:00
devise_test.rb Clean up the whole loading mess and closes #247. This commit depends on latest Rails. 2010-05-16 00:38:40 +02:00
encryptors_test.rb Also pass stretches to salt generation. 2010-07-12 06:59:49 +02:00
failure_app_test.rb Do not rely on controller being available in params. 2010-09-25 11:22:18 +02:00
mapping_test.rb Use Admin in old rememberable tests. 2010-09-25 12:04:38 +02:00
models_test.rb Use Admin in old rememberable tests. 2010-09-25 12:04:38 +02:00
routes_test.rb use :sign_out_via to control the method(s) for the destroy_*_session_path route 2010-08-13 19:16:59 +08:00
test_helper.rb Start to add helpers for OAuth tests. 2010-07-26 20:33:22 +02:00
test_helpers_test.rb Do not execute Warden::Callbacks on Devise::TestHelpers. Closes #414. 2010-09-21 10:50:01 +02:00