Check authentication status

Open in Claude
Public endpoint that returns authentication status. **Safety:** - Returns 200 OK with authenticated flag in body - Avoids browser error logging when checking unauthenticated status - No information leakage about auth methods or session details

Response

Authentication status
authenticatedboolean
Whether the request is authenticated
userstring or null

Username from JWT sub claim (null if not authenticated)