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-01-08 23:27:15 +01:00
..
controllers Add an easy way to configure an application to sign in users through "/sign_in". 2010-01-06 14:31:00 +01:00
encryptors Ensure bcrypt works and move salt generation to encryptors (needed for bcrypt). 2010-01-08 23:19:57 +01:00
hooks sign_in_count should also be increased when user signs in via password change, confirmation, etc. 2010-01-07 22:41:14 +01:00
locales Got another bunch of tests passing with MongoMapper. 2009-12-21 19:57:17 +01:00
models Ensure bcrypt works and move salt generation to encryptors (needed for bcrypt). 2010-01-08 23:19:57 +01:00
orm More DataMapper compatibility 2010-01-07 22:48:23 +01:00
rails Update to work with Warden 0.8.0. 2010-01-05 13:44:13 +01:00
serializers Decouple serializers from Devise modules. You can use any serializer at any time, as long the API required by the serializer is satisfied. Since session serializer is encrypted, it simply stores the id and the resource klass. Cookie is not encrypted, so it creates a random token and store it in the database, so in order to do the token cleanup, you need provide remember_me! and forget_me! methods, as in :rememberable. 2009-12-20 12:31:02 +01:00
strategies Improve more loading process. 2009-12-07 20:26:00 -02:00
failure_app.rb Allow a strategy to be added after authenticatable one and move store_location to FailureApp. 2009-11-22 00:49:23 -02:00
mapping.rb Add an easy way to configure an application to sign in users through "/sign_in". 2010-01-06 14:31:00 +01:00
models.rb Tests passing for ActiveRecord and MongoMapper. 2009-12-21 21:10:23 +01:00
rails.rb Update to work with Warden 0.8.0. 2010-01-05 13:44:13 +01:00
schema.rb Do not check class collisions, we want to be able to scaffold and then apply Devise on top of it. 2009-12-15 00:07:42 +01:00
test_helpers.rb Updated CHANGELOG. 2010-01-07 22:37:47 +01:00
version.rb Bump to 0.8.1 2010-01-08 23:27:15 +01:00