Authentication
- • Administrator sign-in compares credentials from the ADMIN and ADMIN_AUTH environment variables using a constant-time check
- • A sealed (AES-GCM, HKDF-derived key) session cookie gates server-rendered /app/* routes via middleware
- • API keys are project-scoped and can be revoked independently of the admin login session