Checking...
This proxy provides authenticated access to the UMass Schedule Builder API. It automatically handles Microsoft OAuth authentication and maintains session cookies.
GET /health
Returns current authentication status
GET/POST /api/*
Proxies requests to Schedule Builder with authentication
Protected endpoints require API key (except /api/terms)
Protected API endpoints require an API key passed via the Authorization: Bearer header. Public endpoints (/health, /api/terms) do not require authentication.
Generate a secure key: openssl rand -base64 32