Auth Setup

Implements custom passwordless authentication without Devise. Use when setting up authentication, login flows, session management, passkeys (WebAuthn), magic links, or password resets. Passkeys are the primary auth method; magic links are the fallback. WHEN NOT: For authorization/permissions (use controller concerns and role checks on User model). For multi-tenancy account scoping (see multi-tenant-setup skill).

thibautbaissac 17cbf28 3 files · 26.5 KB Updated

File contents

thibautbaissac/rails_ai_agents/tree/main/.claude_37signals/skills/auth-setup commit 17cbf2842e

Frequently asked questions

npx skillmds@latest add thibautbaissac/auth-setup