Aura AdmissionsOperator access

Secure operator sign-in for the admissions command center.

Every dashboard action now runs behind Supabase-authenticated operator sessions with role-based access control for counselors, operations, finance, and admins.

Access model
Supabase session
Browser session is checked before the dashboard and internal ops APIs are allowed.
Operator mapping
Email to role
The signed-in email must match an active row in `public.users` to unlock the console.

Admissions console login

Sign in with your operator account

Use the same email address that exists in the `users` table. If Supabase auth is not configured yet, this page will stay blocked until the environment is wired.