Each endpoint issues a real WWW-Authenticate challenge and reflects the parsed request back once authenticated.
Browser-native credential dialog. Encodes username:password as base64.
Challenge–response scheme. Never sends the password in clear text.
Token-based auth. Returns JSON with parsed JWT header and payload.
OAuth 2.0 Protected Resource Metadata discovery via WWW-Authenticate.