From larouex-fullstack-builder
Generates a full authentication system with login, registration, password reset, protected routes, and session management using JWT tokens.
How this command is triggered — by the user, by Claude, or both
Slash command
/larouex-fullstack-builder:add-authThe summary Claude sees in its command listing — used to decide when to auto-load this command
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, ...
Implement authentication system with comprehensive user management.
Create authentication infrastructure:
Include proper security practices, CSRF protection, rate limiting, and accessibility. Support remember me and session persistence.
2plugins reuse this command
First indexed Dec 31, 2025
npx claudepluginhub larouexnonprofitconsulting/larouex-fullstack-plugin/build-auth-systemGenerates a complete API authentication and authorization system with JWT, OAuth2, API keys, session-based auth, and MFA. Produces user models, auth middleware, RBAC, rate limiting, and audit logging.
/add-authentication-systemImplements a full authentication system with password, OAuth, SSO, MFA, and JWT support, including user management, RBAC, and security hardening.
/add-authAdds authentication to a Next.js application using Auth.js (NextAuth.js v5). Configures OAuth providers, session strategy, protected routes, middleware, database schema (Prisma), and auth components.
/auth-setupGenerates complete authentication boilerplate with JWT, OAuth (Google/GitHub), session management, password reset, and email verification. Also supports 2FA and rate limiting.
/better-auth-setupInteractive setup wizard that configures better-auth for your project — generates auth config, database schema, route handlers, client setup, and environment variables based on your framework, database, OAuth providers, and plugin choices.
/authDesigns and implements authentication and authorization systems based on a requirement and optional method (e.g., OAuth2, JWT).