CORS wildcard on authenticated endpoints
API routes set `Access-Control-Allow-Origin: *` together with `Allow-Credentials: true` (or the equivalent). Any third-party site the user visits can issue authenticated requests to the API on their behalf, reading or modifying their data without their knowledge.