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

38 lines
785 B
Text

* Add remember me (with customizable time frame)
* Store session[:return_to] in session
* Add confirmable filters
* Use path_names in routes
* Use sign_in and sign_out in SessionsController
* Create generators
* Allow stretches and pepper per model
* Mailer subjects namespaced by model
* Clear perishable_token in :confirmable and :recoverable
* Use request_ip in session cookies
* Devise::BruteForceProtection
* Devise::MagicColumns
* Devise::Invitable
* Devise::Migratable
== Done
* Devise::Authenticable
* Devise::Confirmable
* Devise::Recoverable
* Devise::Validatable
* SessionsController
* PasswordsController
* ConfirmationsController
* Create an example app
* devise :authenticable, :confirmable, :recoverable
* Allow multiple models per controller
* Add mappings