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-02-02 12:37:06 +01:00
..
controllers Add latest commities entries to CHANGELOG. 2010-01-21 09:15:07 +01:00
encryptors Fixed some Ruby 1.9 issues/bugs. 2010-01-21 16:06:19 +08:00
hooks Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance. 2010-02-02 12:37:06 +01:00
locales Initial support for authorization using "authentication token" (a.k.a. "single access token") - new module. Corresponding changes to Devise core to hook events like "after_changed_password" (only one added now - only one that makes much sense for latest module) easily. Unit and integration tests included. NOTE: One failing test for hooking Warden::Manager.after_authentication - gets ignored for some reason. 2010-02-02 12:36:44 +01:00
models Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance. 2010-02-02 12:37:06 +01:00
orm Bring mongomapper up to date. Remember that you need mongo_ext in order to use MongoMapper with Devise. 2010-01-16 11:22:09 +01:00
rails Bring rememberable back. 2010-01-14 15:47:14 +01:00
strategies Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance. 2010-02-02 12:37:06 +01: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 Bump to 0.9.1. 2010-01-25 20:19:47 +01:00
models.rb Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance. 2010-02-02 12:37:06 +01:00
rails.rb Update to work with Warden 0.8.0. 2010-01-05 13:44:13 +01:00
schema.rb Initial support for authorization using "authentication token" (a.k.a. "single access token") - new module. Corresponding changes to Devise core to hook events like "after_changed_password" (only one added now - only one that makes much sense for latest module) easily. Unit and integration tests included. NOTE: One failing test for hooking Warden::Manager.after_authentication - gets ignored for some reason. 2010-02-02 12:36:44 +01:00
test_helpers.rb Add support to Warden 0.9.0.pre 2010-01-14 13:38:02 +01:00
version.rb Bump to 0.9.1. 2010-01-25 20:19:47 +01:00