authentication-flow

Installation
SKILL.md

Rails 8 Authentication

Overview

Rails 8 includes a built-in authentication generator that creates a complete, secure authentication system without external gems.

Quick Start

# Generate authentication
bin/rails generate authentication

# Run migrations
bin/rails db:migrate
Installs
29
GitHub Stars
583
First Seen
Jan 24, 2026
authentication-flow — thibautbaissac/rails_ai_agents