Back to CRM
JWT protected workspace

Sign in to the Enersave CRM workspace.

Use the backend auth route directly from this screen. Successful sign-in stores the token locally so the frontend can be wired into the protected API next.

Roles
Admin, Sales, User
Security
Helmet, rate limiting, Zod validation
Login

Connect to the backend auth service

This screen is ready for the `/api/v1/auth/login` endpoint already running in the CRM backend.

Demo login: admin@demo.com / admin123