Skip to content
Development
Command

/add-auth

Implement authentication system with comprehensive user management.

From plugin
larouex-fullstack-builder
881 skills12 agents81 commands

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/add-auth

Context preview

What this command does when you run it.

Implement authentication system with comprehensive user management.

Command definition

add-auth.md

Implement authentication system with comprehensive user management.

Create authentication infrastructure:

  • Auth provider component with context for user state
  • Registration page with form validation and error handling
  • Login page with email/password authentication
  • Logout functionality with proper cleanup
  • Session management using JWT or session tokens
  • Protected route wrapper component
  • Middleware for authentication checking (middleware.ts)
  • User profile page with edit functionality
  • Password reset flow (request reset, verify token, set new password)
  • TypeScript types for User, Session, AuthState
  • API routes for auth operations (/api/auth/*)
  • Secure token storage (httpOnly cookies preferred)

Include proper security practices, CSRF protection, rate limiting, and accessibility. Support remember me and session persistence.

Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin

Other commands on larouex-fullstack-builder.