security-auth

Configure NextAuth authentication with JWT sessions and CSRF protection.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tuckerandrew21/EFT-Tracker --skill security-auth-tuckerandrew21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-auth
Source: https://github.com/tuckerandrew21/EFT-Tracker/tree/main/.claude/skills/security-auth
Command: npx skills add https://github.com/tuckerandrew21/EFT-Tracker --skill security-auth-tuckerandrew21

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Outlines robust authentication, session management, CSRF protection, and security reviews to protect user data.

Core Features & Use Cases

  • NextAuth configuration with JWT sessions and secure cookies
  • Password hashing, reset flows, rate limiting
  • OWASP checklist and security patterns

Quick Start

Configure NextAuth options, implement password reset, and enable CSRF protection in the app.