José Valim
|
1660831002
|
Give more flexibility when swapping controllers.
|
2010-03-03 12:03:42 +01:00 |
|
José Valim
|
3ac399f2ff
|
Returns the proper response body based on the rquest for 401.
|
2010-02-18 19:38:13 +01:00 |
|
José Valim
|
968ebe1b15
|
Uses the same content type as request on http authenticatable 401 responses
|
2010-02-17 21:40:01 +01:00 |
|
José Valim
|
02e8c04cde
|
Update views generator and now have scoped views.
|
2010-02-17 12:26:54 +01:00 |
|
José Valim
|
e6e66481b8
|
Got all tests in test/models and failure app ones passing. 369 tests, 805 assertions, 13 failures, 2 errors.
|
2010-02-16 17:00:36 +01:00 |
|
Carlos Antonio da Silva
|
445070f6ec
|
Use sign_up instead of registration in routes. Fix issue with users being signed in while attempting to sign up with info from already existing user. Also fix signed up flash.
|
2010-02-08 11:03:15 -02:00 |
|
José Valim
|
60fd9d26ea
|
Rely on duck type instead of mappings settings.
|
2010-02-06 10:06:22 +01:00 |
|
José Valim
|
1cf4dc798d
|
Add Http Basic Authentication support.
|
2010-02-06 01:33:32 +01:00 |
|
José Valim
|
3781a0f47b
|
Tidy up token authentication implementation.
|
2010-02-02 13:21:00 +01:00 |
|
Jonas Grimfelt
|
4878bdb60b
|
Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-02 12:37:06 +01:00 |
|
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 |
|
José Valim
|
2afad49a96
|
Bring rememberable back.
|
2010-01-14 15:47:14 +01:00 |
|
José Valim
|
35370e9e86
|
Improve more loading process.
|
2009-12-07 20:26:00 -02:00 |
|
José Valim
|
f3d5c1af22
|
Allow a strategy to be added after authenticatable one and move store_location to FailureApp.
|
2009-11-22 00:49:23 -02:00 |
|
José Valim
|
ffbc9c604d
|
Only redirect if needed.
|
2009-11-16 14:31:09 -02:00 |
|
José Valim
|
1f98eed6f6
|
Raise error if mapping cannot be found.
|
2009-11-15 20:07:47 -02:00 |
|
José Valim
|
b70b293690
|
Add authentication_keys.
|
2009-11-15 03:31:13 -02:00 |
|
José Valim
|
dbe0b48bca
|
Do not store mappings since they can change by scope in serializers.
|
2009-11-15 02:13:54 -02:00 |
|
José Valim
|
7ffd0900c1
|
Rely on Warden new serializers.
|
2009-11-15 00:13:43 -02:00 |
|
José Valim
|
0be7426847
|
Use a Rack Middleware to sign in users.
|
2009-11-13 19:26:33 -02:00 |
|
José Valim
|
4894059828
|
Remember token is now properly stored and specified one for each user.
|
2009-11-13 17:23:32 -02:00 |
|
José Valim
|
b28d7e8b1c
|
Renamed authenticable to authenticatable and added deprecation warnings.
|
2009-10-30 08:29:10 -02:00 |
|
José Valim
|
5172d50b95
|
Ensure fail! works inside strategies, create unauthenticated and invalid messages and do not redirect on invalid authentication.
|
2009-10-29 08:29:31 -02:00 |
|
José Valim
|
e5efe20845
|
Allow default_url to be set for Devise::Failure app.
|
2009-10-23 00:54:42 -02:00 |
|
Carlos A. da Silva
|
11e4ee112b
|
Adding Failure module to redirect the user when unauthenticated or unconfirmed, based on warden last changes
|
2009-10-22 20:18:16 -02:00 |
|
José Valim
|
0b825958b2
|
Make strategies scale as well (requires Warden 0.5.1)
|
2009-10-22 17:24:14 -02:00 |
|
Carlos A. da Silva
|
28a7f78fba
|
Creating rememberable module.
|
2009-10-20 00:31:33 -02:00 |
|
José Valim
|
b69d822d51
|
Dynamically check if strategies should be run.
|
2009-10-18 13:25:35 -02:00 |
|
Carlos A. da Silva
|
a2730657ae
|
Extract path to a method in authenticable strategy.
|
2009-10-18 11:20:46 -02:00 |
|
Carlos A. da Silva
|
fb160f8be4
|
Refactoring devise strategies.
|
2009-10-18 11:15:23 -02:00 |
|