supabase-auth
Installation
SKILL.md
Supabase Authentication
Cookie-based authentication with SSR support.
When to Use This Skill
- Need authentication without rolling your own
- Building a Next.js app with SSR
- Want email/password + social auth options
- Need automatic session refresh
Core Concepts
- Browser client - For client components
- Server client - For API routes and server components
- Cookie-based sessions - Automatic refresh via middleware
- User profiles - Extended user data in your database