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-01-24 06:08:10 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
27c4280eca8472415fe72134ba962c48a7fcb4e6
devise
/
lib
History
postmodern
27c4280eca
Expend the length of the encrypted_password field to 128 to allow storing BCrypt or SHA512 passwords.
...
Signed-off-by: José Valim <
jose.valim@gmail.com
>
2010-04-02 20:31:33 +02:00
..
devise
Expend the length of the encrypted_password field to 128 to allow storing BCrypt or SHA512 passwords.
2010-04-02 20:31:33 +02:00
generators
Tidying up some lose ends and adding more docs.
2010-04-01 22:11:59 +02:00
devise.rb
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