This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
devise
Watch
1
Star
1
Fork
0
You've already forked devise
mirror of
https://github.com/heartcombo/devise.git
synced
2026-04-28 03:00:29 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e1440fb4307b0b7bb4023a95beee83a61657a017
devise
/
test
/
integration
History
Jonas Grimfelt
e1440fb430
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.
...
Signed-off-by: José Valim <
jose.valim@gmail.com
>
2010-02-02 12:36:44 +01:00
..
authenticatable_test.rb
Add an easy way to configure an application to sign in users through "/sign_in".
2010-01-06 14:31:00 +01:00
confirmable_test.rb
sign_in_count should also be increased when user signs in via password change, confirmation, etc.
2010-01-07 22:41:14 +01:00
lockable_test.rb
introducing lockable implementation
2010-01-01 17:57:35 -02:00
recoverable_test.rb
Tests passing for ActiveRecord and MongoMapper.
2009-12-21 21:10:23 +01:00
rememberable_test.rb
Bring rememberable back.
2010-01-14 15:47:14 +01:00
timeoutable_test.rb
Rename :timeout to :timeout_in and release gem again.
2009-11-25 00:11:49 -02:00
token_authenticatable_test.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
trackable_test.rb
Update to work with Warden 0.8.0.
2010-01-05 13:44:13 +01:00