Files
openclaw/ui
ademczuk 533ff3e70b fix(gateway): prevent browser rate-limit self-DoS on missing credentials
Stop counting missing credentials (token_missing, password_missing) as
rate-limit failures — a misconfigured browser is not a brute-force attack.
Stop auto-reconnecting on non-recoverable auth errors (missing token,
missing password, wrong password, rate-limited). Preserve device-token
fallback by allowing reconnect on token mismatch.

Includes unit tests for both fixes (12 new tests, all passing).

Continuation of #36138 (closed due to unrelated changes drifting in).
2026-03-07 23:06:50 +01:00
..