authentication-setup

This skill should be used when setting up email OTP authentication with JWT sessions, password management, rate limiting, CSRF protection, and audit logging in a Next.js application. Use this skill when implementing a production-ready authentication system that matches the reference implementation pattern with Resend email, Prisma ORM, PostgreSQL, bcrypt password hashing, and jose JWT tokens.

$ 설치

git clone https://github.com/nathanonn/next-sololedger /tmp/next-sololedger && cp -r /tmp/next-sololedger/.claude/skills/authentication-setup ~/.claude/skills/next-sololedger

// tip: Run this command in your terminal to install the skill