devise
https://github.com/plataformatec/devise
Ruby
Flexible authentication solution for Rails with Warden.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
61 Subscribers
View all SubscribersAdd a CodeTriage badge to devise
Help out
- Issues
- Devise tries to send notification to empty email when `:confirmable` and `reconfirmable` and setting email for the first time.
- Change Password screen doesn't include email field, so Safari uses the token instead
- :email_changed notification fired before commit
- Incorrect routes when nesting devise routes under an resource instance
- Please add some explanation for the ownership change
- Request for 5.0: timeoutable should ignore remember_me?
- Add config setting to disable authenticating when calling current_user
- config.action_dispatch.default_headers are ignored in FailureApp
- Ensure current user is cleared before new sign-in in Devise::Test::Co…
- The `:"@current_#{scope}"` controller variable should be reset in `Devise::Test::ControllerHelpers#sign_in`
- Docs
- Devise::Orm::DirtyTrackingMongoidMethods#devise_respond_to_and_will_save_change_to_attribute?
- Devise::Orm::DirtyTrackingMongoidMethods#devise_will_save_change_to_email?
- Devise::Orm::DirtyTrackingMongoidMethods#devise_saved_change_to_encrypted_password?
- Devise::Orm::DirtyTrackingMongoidMethods#devise_saved_change_to_email?
- Devise::Orm::DirtyTrackingMongoidMethods#devise_email_in_database
- Devise::Orm::DirtyTrackingMongoidMethods#devise_email_before_last_save
- Devise::Orm::DirtyTrackingActiveRecordMethods#devise_respond_to_and_will_save_change_to_attribute?
- Devise::Orm::DirtyTrackingActiveRecordMethods#devise_will_save_change_to_email?
- Devise::Orm::DirtyTrackingActiveRecordMethods#devise_saved_change_to_encrypted_password?
- Devise::Orm::DirtyTrackingActiveRecordMethods#devise_saved_change_to_email?