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
Related skills

More from dchuk/rails_ai_agents

Installs
2
First Seen
Feb 13, 2026