1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise/strategies
2010-04-01 19:09:33 +02:00
..
authenticatable.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
base.rb Move remember_me hook inside strategies. 2010-03-31 21:43:19 +02:00
database_authenticatable.rb Allow several authentications to share a common path. 2010-03-29 23:44:47 +02:00
rememberable.rb Move remember_me hook inside strategies. 2010-03-31 21:43:19 +02:00
token_authenticatable.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