Admin Login
Admissions reviewer access
This reviewer area is protected for pilot staff only. Use the environment-based credentials configured for the local or hosted deployment.
Reviewer Login
Use the pilot reviewer credentials from the local environment to access admissions records and workflow tools.
Why this approach
The MVP uses a signed, httpOnly session cookie with one reviewer account stored in environment variables. It is lighter than a full auth framework, safer and more usable than anonymous public access, and easy to replace later with district SSO.
For production use, set a strong password, use HTTPS, and rotate the session secret if credentials are changed.