clearance
Auth framework
Provides a simple and well-tested Rails authentication system with email and password support
Rails authentication with email & password.
4k stars
70 watching
467 forks
Language: Ruby
last commit: 7 days ago
Linked from 2 awesome lists
clearancerailsrails-authenticationrubyrubygemthoughtbot
Related projects:
Repository | Description | Stars |
---|---|---|
lynndylanhurley/devise_token_auth | Provides a token-based authentication system for Rails JSON APIs | 3,546 |
heartcombo/devise | Provides a flexible authentication solution for Rails applications with Warden support | 24,005 |
thoughtbot/suspenders | A set of pre-configured generators and tools to help build rails applications with standard defaults | 4,016 |
gokul595/api_guard | Provides JWT-based authentication with token refreshing and blacklisting for Rails APIs | 276 |
collectiveidea/audited | A library that logs all changes to your models in a version-controlled audit trail | 3,394 |
lazaronixon/authentication-zero | Generates a customizable authentication system into a Rails application from scratch | 1,639 |
doorkeeper-gem/doorkeeper | An OAuth 2 provider for Ruby on Rails applications. | 5,342 |
chaps-io/access-granted | Authorization gem for Ruby applications | 775 |
varvet/pundit | An authorization system based on object-oriented design and pure Ruby classes | 8,296 |
rubysherpas/paranoia | Provides a way to implement soft deletion of records in a Rails application by adding a deleted_at timestamp field | 2,891 |
thoughtbot/factory_bot_rails | Provides Rails integration for factory bot, allowing automatic generation of test data. | 3,075 |
thoughtbot/shoulda-matchers | A gem providing RSpec-compatible one-liners for testing common Rails functionality | 3,525 |
validates-email-format-of/validates_email_format_of | A Ruby gem to validate email addresses against standard formats and options. | 443 |
rspec/rspec-rails | A testing framework and code climate gem for Rails applications | 5,182 |
thoughtbot/factory_bot | A library that generates test data for Ruby applications by defining objects with predefined properties and behaviors. | 7,925 |