From larouex-fullstack-builder
Implements complete authentication system with registration, login, logout, protected routes, user profile, password reset, session management via JWT/cookies, API routes, middleware, and TypeScript types.
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.
npx claudepluginhub larouexnonprofitconsulting/larouex-fullstack-plugin/build-auth-systemBuilds complete API authentication and authorization system supporting JWT, OAuth2, API keys, sessions, MFA, and RBAC. Generates models, middleware, services, and security features.
/add-authAdds authentication to Next.js apps using Auth.js v5, including config, API routes, middleware, Prisma schema updates, UI components, and env vars.
/auth-setupGenerates backend authentication boilerplate with JWT (refresh tokens), OAuth2 (Google/GitHub/Facebook), bcrypt hashing, sessions, email verification, password reset, rate limiting, and middleware.
/add-authentication-systemImplements secure user authentication system with analysis, user management, MFA, OAuth integration, RBAC, security hardening, and frontend UI components.
/better-auth-setupInteractively sets up better-auth: queries for DB/ORM/framework/OAuth/plugins, generates auth config, schema, routes, client code, and env template.
/authDesigns and implements authentication and authorization systems based on a required <requirement> and optional [method] like OAuth2 or JWT.