You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove 403 from auth-required detection (403 = forbidden, not
unauthenticated; re-triggering OAuth on 403 creates a loop)
- Compute msg.to_ascii_lowercase() once in send_request retry guard
- Fix discover_via_401 doc comment: GitHub doesn't send WWW-Authenticate
on 400; discovery falls through to RFC 9728 strategy 2/3
- Update error message from "Expected 401" to "Expected 401 or 400"
- Strengthen E2E 400 test assertion: check auth_url/awaiting_token
fields instead of loose message string matching
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments