Implement authentication system with comprehensive user management.
/plugin marketplace add Ashikparvez89/larouex-fullstack-plugin/plugin install ashikparvez89-larouex-fullstack-builder@Ashikparvez89/larouex-fullstack-pluginImplement 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, ...