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
- add support for multiple omniauthable models
- Regenerate password hash on a sign in after the stretches config changes
- Set stretches to the minimum cost supported by the bcrypt algorithm in tests
- Use `exists?` instead of `find_first` in boolean checking
- Scoped config.parent_controller
- Incorrect usage of Devise.secure_compare leaks string lengths
- Sign_in helper allows signing in non-persisted model
- Missing Infos on How-to:-Scope-login-to-subdomain
- User Generator violates uniqueness constraint
- Ensure current user is cleared before new sign-in in Devise::Test::Co…
- Docs