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
|
2009-10-09 09:46:24 -04:00
|
|
|
* SessionsController
|
|
|
|
* PasswordsController
|
|
|
|
* ConfirmationsController
|
2009-10-09 20:11:58 -04:00
|
|
|
* Create an example app
|
2009-10-18 08:16:30 -04:00
|
|
|
* devise :authenticable, :confirmable, :recoverable for ActiveRecord
|
2009-10-12 08:56:12 -04:00
|
|
|
* Allow multiple models per controller
|
|
|
|
* Add mappings
|
2009-10-17 10:12:50 -04:00
|
|
|
* Use sign_in and sign_out in SessionsController
|
|
|
|
* Use path_names in routes
|
|
|
|
* Store session[:return_to] in session
|
2009-10-18 08:16:30 -04:00
|
|
|
* 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
|
2009-10-18 08:36:20 -04:00
|
|
|
* 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
|