devise
https://github.com/heartcombo/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.
10 Subscribers
Add a CodeTriage badge to devise
Help out
- Issues
- Devise.email_regexp is not correct
- More consistent use of `#set_flash_message!`
- Recoverable issue
- HEAD requests on confirmation URL should not confirm the user
- Passwords shouldn't be limited to 72 characters
- custom validation message when email already exists and account is active
- `already_authenticated` should set flash `notice` instead of flash `alert`
- Session lifetime and omniauth access token expiration
- Allow overriding the source of the password_reset_token
- Setting config.parent_controller in the devise initializer doesn't work
- 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?