1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise/models
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.rb All tests green on latest mongoid. 2010-09-24 11:30:08 +02:00
confirmable.rb Remove inaccurate documentation regarding confirmable and changing emails. 2010-08-27 20:11:03 +08:00
database_authenticatable.rb Avoid BCrypt::Errors::InvalidSalt: invalid salt 2010-09-21 12:09:07 +02:00
lockable.rb make User#send_unlock_instructions to require all authentication_keys 2010-09-21 11:46:57 +02:00
oauthable.rb Add OAuth2 documentation. 2010-07-26 20:33:21 +02:00
recoverable.rb make User#send_reset_password_instructions to require all authentication_keys 2010-09-21 11:47:07 +02:00
registerable.rb Start to add helpers for OAuth tests. 2010-07-26 20:33:22 +02:00
rememberable.rb Allow to Rememberable to work without remember_token relying on salt if possible. 2010-09-25 13:07:24 +02:00
timeoutable.rb Add OAuth2 documentation. 2010-07-26 20:33:21 +02:00
token_authenticatable.rb Add OAuth2 documentation. 2010-07-26 20:33:21 +02:00
trackable.rb Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
validatable.rb Add OAuth2 documentation. 2010-07-26 20:33:21 +02:00