Add Auth banner
Ashikparvez89 Ashikparvez89

Add Auth

Development community

Description

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 -

Installation

Installs to ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-auth/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-auth && curl -fsSL https://raw.githubusercontent.com/Ashikparvez89/larouex-fullstack-plugin/HEAD/commands/add-auth.md -o ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-auth/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository