Skip to content
railsengines.com

Action Auth

ActionAuth is an authentication Rails engine crafted to integrate seamlessly with your Rails application. Optimized for Rails 7.2.0, it employs the most…

No ratings yet
Gem
action_auth
Repository
kobaltz/action_auth
License
MIT
Stars
125
Added
August 19, 2026

About

ActionAuth is an authentication Rails engine crafted to integrate seamlessly with your Rails application. Optimized for Rails 7.2.0, it employs the most modern authentication techniques and streamlined token reset processes.

Modify config/routes.rb to include the following (note that the path can be anything you want):

What you get

  • Password Security
  • Session Security
  • Rate Limiting
  • Multi-Factor Authentication

Mounting it

ruby
# Gemfile
gem "action_auth"

# config/routes.rb
mount ActionAuth::Engine, at: "/action-auth"

Details

125 stars on GitHub · MIT licensed · maintained by kobaltz. Source: https://github.com/kobaltz/action_auth

Discussion (0)

Sign in to join the discussion.

No comments yet.