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
2010-09-26 11:47:56 -03:00
..
controllers Store the salt in session and expire the session if the user changes his password 2010-09-25 17:24:56 +02:00
encryptors Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
hooks cookie_domain is deprecated in favor of cookie_options which uses session_options by default. 2010-09-25 21:13:54 +02:00
models Don't need to extend ActiveSupport::Concern anymore in oauth helpers 2010-09-26 11:47:56 -03:00
oauth Don't need to extend ActiveSupport::Concern anymore in oauth helpers 2010-09-26 11:47:56 -03:00
orm Remove data_mapper support. 2010-07-04 17:22:57 +02:00
rails Store the salt in session and expire the session if the user changes his password 2010-09-25 17:24:56 +02:00
strategies Allow :stateless_token to be set to true avoiding users to be stored in session through token authentication 2010-09-25 20:28:14 +02:00
failure_app.rb Do not rely on controller being available in params. 2010-09-25 11:22:18 +02:00
mapping.rb Added Devise.sign_out_via. 2010-08-23 09:05:40 -03:00
models.rb Remove deprecated code. 2010-07-26 20:32:05 +02:00
modules.rb Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
oauth.rb Add a small connection stubbing API. 2010-07-26 20:33:22 +02:00
path_checker.rb Consider ApplicationController url_options in for PathChecker. 2010-07-16 08:40:21 +02:00
rails.rb Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
schema.rb Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
test_helpers.rb Do not execute Warden::Callbacks on Devise::TestHelpers. Closes #414. 2010-09-21 10:50:01 +02:00
version.rb Regenerate gemspec to force latest warden version. 2010-09-25 20:29:33 +02:00