Andrew Dahl
|
e911abf13b
|
changed case_insensitive_keys config setting to an array and added downcasing of keys as a before filter on database authentication module
|
2010-11-18 23:29:53 +01:00 |
|
José Valim
|
67a49f3b75
|
Ensure authenticatable_salt can be nil.
|
2010-11-11 22:51:39 +01:00 |
|
José Valim
|
fbb77a6edd
|
Ensure bcrypt also uses pepper for backward compatibility.
|
2010-09-28 17:45:34 +02:00 |
|
Carlos Antonio da Silva
|
6a09daf570
|
Don't need to extend ActiveSupport::Concern anymore in oauth helpers
|
2010-09-26 11:47:56 -03:00 |
|
José Valim
|
09088706bb
|
Extract encryptors into their own module for better bcrypt support.
|
2010-09-25 16:08:46 +02:00 |
|
Thibaud Guillaume-Gentil
|
c121d8026e
|
Avoid BCrypt::Errors::InvalidSalt: invalid salt
when password_salt is nil.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-21 12:09:07 +02:00 |
|
José Valim
|
eb3118e89a
|
Add OAuth2 documentation.
|
2010-07-26 20:33:21 +02:00 |
|
José Valim
|
a87bc4a861
|
Also pass stretches to salt generation.
|
2010-07-12 06:59:49 +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
|
708fe78d86
|
Ensure password confirmation is always required, closes #228
|
2010-04-25 09:38:56 +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
|
13b8ddf54c
|
Ensure customs pass through sessions_controller.
|
2010-04-01 14:00:21 +02:00 |
|
José Valim
|
16666b7587
|
Get rid of flash hook and clean up passwords after registration.
|
2010-04-01 13:23:49 +02:00 |
|
José Valim
|
7d14f0bbb9
|
Allow several authentications to share a common path.
|
2010-03-29 23:44:47 +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 |
|