What is authentication-patterns?
OAuth 2.0, JWT, SSO, MFA, NextAuth/Clerk/Supabase Auth implementation patterns Source: travisjneuman/.claude.
OAuth 2.0, JWT, SSO, MFA, NextAuth/Clerk/Supabase Auth implementation patterns
Quickly install authentication-patterns AI skill to your development environment via command line
Source: travisjneuman/.claude.
This skill covers authentication and authorization implementation across web and mobile applications. It addresses OAuth 2.0 flows (Authorization Code with PKCE, Client Credentials), JWT management (access tokens, refresh tokens, rotation), session management strategies, multi-factor authentication (TOTP, WebAuthn/passkeys), integration with auth libraries (NextAuth/Auth.js v5, Clerk, Supabase Auth, Lucia), SSO pr...
Use this skill when building login/signup flows, integrating social login providers, implementing MFA, setting up SSO for enterprise customers, designing authorization models, or migrating between auth providers.
Pattern 1: NextAuth (Auth.js v5) with OAuth and Database Sessions
OAuth 2.0, JWT, SSO, MFA, NextAuth/Clerk/Supabase Auth implementation patterns Source: travisjneuman/.claude.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/travisjneuman/.claude --skill authentication-patternsOAuth 2.0, JWT, SSO, MFA, NextAuth/Clerk/Supabase Auth implementation patterns Source: travisjneuman/.claude.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/travisjneuman/.claude --skill authentication-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/travisjneuman/.claude