Files
openclaw/src/llm
Peter Lee 2b773a65f6 fix(anthropic): keep OAuth callback on loopback (#96917)
* 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>
2026-07-06 02:52:15 +01:00
..