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: about 2 months 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,550 |
heartcombo/devise | Provides a flexible authentication solution for Rails applications with Warden support | 24,048 |
thoughtbot/suspenders | A set of pre-configured generators and tools to help build rails applications with standard defaults | 4,019 |
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,407 |
lazaronixon/authentication-zero | Generates a customizable authentication system into a Rails application from scratch | 1,665 |
doorkeeper-gem/doorkeeper | An OAuth 2 provider for Ruby on Rails applications. | 5,346 |
chaps-io/access-granted | Authorization gem for Ruby applications | 776 |
varvet/pundit | An authorization system based on object-oriented design and pure Ruby classes | 8,313 |
rubysherpas/paranoia | Provides a way to implement soft deletion of records in a Rails application by adding a deleted_at timestamp field | 2,896 |
thoughtbot/factory_bot_rails | Provides Rails integration for factory bot, allowing automatic generation of test data. | 3,083 |
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. | 444 |
rspec/rspec-rails | Provides a testing framework for Ruby on Rails applications | 5,192 |
thoughtbot/factory_bot | A library that generates test data for Ruby applications by defining objects with predefined properties and behaviors. | 7,930 |