Public route stays open
The landing page is fully public, responsive, and accessible on every screen size.
Evolutivo ships a polished home page, a cookie-backed admin login, and a protected console that talks to the existing Nest auth API without storing secrets in the browser.
No database UI, no secret handling in localStorage, and no extra auth libraries. Just the routes, helpers, and styling this app needs.
The landing page is fully public, responsive, and accessible on every screen size.
Unauthenticated visitors are redirected away from /admin before they reach the console.
Browser requests send cookies with credentials: include, which keeps the Nest session intact.
The login form posts to /auth/admin/login, the admin page checks/auth/admin/session, and logout clears the session cookie.