1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/TODO

37 lines
1 KiB
Text
Raw Normal View History

2009-10-19 22:52:31 -04:00
* Add customizable time frame for remember me
2009-10-12 20:06:39 -04:00
2009-10-09 09:34:19 -04:00
* Create generators
* Allow stretches and pepper per model
2009-10-15 14:52:25 -04:00
* Use request_ip in session cookies
2009-10-18 09:37:25 -04:00
* Session timeout
2009-10-15 14:52:25 -04:00
2009-10-05 18:44:06 -04:00
* Devise::BruteForceProtection
* Devise::MagicColumns
* Devise::Invitable
2009-10-09 09:34:19 -04:00
* Devise::Migratable
2009-10-05 18:44:06 -04:00
== Done
* Devise::Authenticable
* Devise::Confirmable
* Devise::Recoverable
* Devise::Validatable
* SessionsController
* PasswordsController
* ConfirmationsController
* Create an example app
* devise :authenticable, :confirmable, :recoverable for ActiveRecord
2009-10-12 08:56:12 -04:00
* Allow multiple models per controller
* Add mappings
* Use sign_in and sign_out in SessionsController
* Use path_names in routes
* Store session[:return_to] in session
* Clear perishable_token in :confirmable and :recoverable
* Remove perishable token and create attributes for confirmation_token and reset_password_token
* Add confirmation_sent_at for confirmable
* Add confirmable filters
* Sign user in automatically after confirming or changing it's password
2009-10-19 22:52:31 -04:00
* Add remember me
2009-10-19 23:28:01 -04:00
* Mailer subjects namespaced by model