Jo Liss
|
692f7b27ff
|
typos (remaining instances of authenticable -> authenticatable)
|
2011-01-13 13:02:17 +08:00 |
|
Carlos Antonio da Silva
|
55cb7195b8
|
Implicit self
|
2011-01-02 20:13:37 -02:00 |
|
José Valim
|
531f221be7
|
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 |
|
José Valim
|
eb3118e89a
|
Add OAuth2 documentation.
|
2010-07-26 20:33:21 +02:00 |
|
José Valim
|
869c658e3b
|
Always loop before generating a token.
|
2010-07-18 23:32:56 +02:00 |
|
José Valim
|
96a9c88420
|
Improve docs on finders after taking a look at the wiki.
|
2010-07-05 19:11:37 +02:00 |
|
José Valim
|
c07b5ae858
|
:activatable is included by default in your models. If you are building a strategy for devise, you now need to call validate(resource), since Devise has now a default API to validate resources before and after signing them in. You can still use other Warden::Strategies with Devise, but they won't work with a few modules like unlockable (they never did, but now we have a single point to make it work).
|
2010-04-06 16:34:22 +02:00 |
|
José Valim
|
0d3c6b9d99
|
Small changes to token_authenticatable.
|
2010-04-06 13:26:56 +02:00 |
|
José Valim
|
f5d01c217d
|
TokenAuthenticatable now works with HTTP Basic Auth by default (take a look at Highrise API for a good example). This basically allows you to pass the authentication token as HTTP Basic Auth username.
|
2010-04-01 19:09:33 +02:00 |
|
José Valim
|
65b8908960
|
Create authenticatable base model and strategy.
|
2010-03-29 20:52:48 +02:00 |
|
José Valim
|
1c5d4771ff
|
Initial work on making the authentication stack more flexible.
|
2010-03-29 16:13:19 +02:00 |
|
José Valim
|
691f9324f5
|
Use ActiveSupport::Concern.
|
2010-02-17 12:35:38 +01:00 |
|
Carlos Antonio da Silva
|
01dec7fc78
|
README and TODO minor updates.
|
2010-02-12 01:54:47 -02: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 |
|