auth-patterns

Installation
SKILL.md

Authentication Patterns in Next.js

Overview

Next.js supports multiple authentication strategies. This skill covers common patterns including NextAuth.js (Auth.js), middleware-based protection, and session management.

Authentication Libraries

Library Best For
NextAuth.js (Auth.js) Full-featured auth with providers
Clerk Managed auth service
Lucia Lightweight, flexible auth
Supabase Auth Supabase ecosystem
Custom JWT Full control

NextAuth.js v5 Setup

Installation

Installs
128
GitHub Stars
3.0K
First Seen
Jan 22, 2026
auth-patterns — davepoon/buildwithclaude