José Valim
|
1d65a76cf3
|
Move remember_me hook inside strategies.
|
2010-03-31 21:43:19 +02:00 |
|
José Valim
|
015c74e734
|
Use message verifier in cookies. Previous implementation allowed brute force attacks by cookies. Even though it is impossible for the brute force attack to succeed, the current implementation blocks the attacker even before hitting the database.
|
2010-03-31 13:31:45 +02:00 |
|
José Valim
|
033db1ca7c
|
Do not depend on silence_missing_strategies! anymore. This speeds up strategies matching because we don't need to check if the model duck types to the strategy and it doesn't trigger uneeded strategies.
|
2010-03-28 14:55:05 +02:00 |
|
José Valim
|
60fd9d26ea
|
Rely on duck type instead of mappings settings.
|
2010-02-06 10:06:22 +01:00 |
|
José Valim
|
2afad49a96
|
Bring rememberable back.
|
2010-01-14 15:47:14 +01: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
|
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 |
|