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

  1. Install dependencies

    npm install next-auth@beta
    
  2. Generate an auth secret

    npx auth secret
    

    This adds AUTH_SECRET to .env.local.

Installs
145
GitHub Stars
525
First Seen
Apr 12, 2026
adding-auth — spencerpauly/awesome-cursor-skills