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-21 00:09:26 -02:00

37 lines
1.1 KiB
Text

* Add customizable time frame for remember me
* Add customizable time frame for confirmation and filters
* Create generators
* Use request_ip in session cookies
* Session timeout
* Devise::BruteForceProtection
* Devise::MagicColumns
* Devise::Invitable
== Done
* Devise::Authenticable
* Devise::Confirmable
* Devise::Recoverable
* Devise::Validatable
* Devise::Migratable
* SessionsController
* PasswordsController
* ConfirmationsController
* Create an example app
* devise :authenticable, :confirmable, :recoverable for ActiveRecord
* 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
* Add remember me
* Mailer subjects namespaced by model
* Allow stretches and pepper per model