revise_auth
Clearance
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
revise_auth | Clearance | |
---|---|---|
1 | 7 | |
283 | 3,641 | |
- | 0.2% | |
10.0 | 0.0 | |
about 2 months ago | 19 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
revise_auth
Clearance
- Devise 🥳
-
What is used for authentication in Rails nowadays?
https://github.com/thoughtbot/clearance It is simple and good. You can also customize it easily.
-
What's going on with Devise for Rails 7 ?!
I tend to suggest Clearance for Rails apps that need a more focused toolset. It may not do everything that Devise does, but it definitely works well with Rails 7. https://rubygems.org/gems/clearance/versions/2.5.0
-
Simple, secure, low maintenance auth that doesn’t rely on Facebook, Google etc?
I've found a much simpler/cleaner authentication gem is Clearance. Devise does just about everything, but Clearance is more opinionated so out of the box it does more of what you normally want.
-
Why am I having such a bad time with Rails?
...because some folks prefer clearance to devise! :-D
-
26 most popular Ruby/Rails repositories on GitHub in July-August 2020
Clearance is a Rails authentication with email & password. It is intended to be small, simple, and well-tested. It has opinionated defaults but is intended to be easy to override. 3,321 stars by now
What are some alternatives?
Devise - Flexible authentication solution for Rails with Warden.
Sorcery - Magical Authentication
JWT - A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
Authlogic - A simple ruby authentication solution.
OmniAuth - OmniAuth is a flexible authentication system utilizing Rack middleware.
Knock - Seamless JWT authentication for Rails API
OmniAuth Instagram Graph - OmniAuth strategy for Instagram Graph API.
genkan - :door::running:Genkan is authentication engine for Rails
Rodauth - Ruby's Most Advanced Authentication Framework
Devise Token Auth - Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
passwordless - 🗝 Authentication for your Rails app without the icky-ness of passwords
rails_mvp_authentication - An authentication generator for Rails 7. Generate all the files needed to create a feature rich authentication system that you control. No configuration needed.