mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:43:58 +00:00
* fix(anthropic): restrict OAuth callback host to loopback addresses and derive redirect URI * fix(anthropic): restore localhost as default OAuth callback host to match shipped behavior * fix(anthropic): defer OAuth callback host validation to login path * refactor(anthropic): bind callback host independently Co-authored-by: xialonglee <li.xialong@xydigit.com> * docs(changelog): note Anthropic callback fix Co-authored-by: xialonglee <li.xialong@xydigit.com> * fix(oauth): satisfy Anthropic callback lint Co-authored-by: xialonglee <li.xialong@xydigit.com> * chore: defer Anthropic OAuth changelog --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>