Errors
Re-authentication required
The session is valid but not recent enough. Approving a CLI device code or an MCP connector mints a credential that outlives the session approving it, so both require a re-authentication no older than five minutes.
- Code
- REAUTHENTICATION_REQUIRED
- HTTP status
- 403
- Type
- https://myna.sh/errors/reauthentication-required
What to do
Sign in again — a passkey or a fresh GitHub round trip both satisfy it — then retry the approval. This is a 403 rather than a 401 deliberately: the session is fine, so a client should not throw it away and start over.
application/problem+json
{ "type": "https://myna.sh/errors/reauthentication-required", "title": "Re-authentication required", "status": 403, "code": "REAUTHENTICATION_REQUIRED", "detail": "A human-readable explanation of this particular occurrence.", "requestId": "req_01k…" }
