adding-auth
Installation
SKILL.md
Add Authentication (Auth.js)
Use this skill when the user asks to add authentication, login, sign-up, OAuth, or session management.
Steps
-
Install dependencies
npm install next-auth@beta -
Generate an auth secret
npx auth secretThis adds
AUTH_SECRETto.env.local.