mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 01:50:22 +00:00
docs: refresh device token scope mirrors
This commit is contained in:
@@ -76,7 +76,7 @@ Prefer localhost, Tailscale Serve, or an SSH tunnel.
|
||||
## If you see "unauthorized" / 1008
|
||||
|
||||
- Ensure the gateway is reachable (local: `openclaw status`; remote: SSH tunnel `ssh -N -L 18789:127.0.0.1:18789 user@host` then open `http://127.0.0.1:18789/`).
|
||||
- For `AUTH_TOKEN_MISMATCH`, clients may do one trusted retry with a cached device token when the gateway returns retry hints. If auth still fails after that retry, resolve token drift manually.
|
||||
- For `AUTH_TOKEN_MISMATCH`, clients may do one trusted retry with a cached device token when the gateway returns retry hints. That cached-token retry reuses the token's cached approved scopes; explicit `deviceToken` / explicit `scopes` callers keep their requested scope set. If auth still fails after that retry, resolve token drift manually.
|
||||
- For token drift repair steps, follow [Token drift recovery checklist](/cli/devices#token-drift-recovery-checklist).
|
||||
- Retrieve or supply the shared secret from the gateway host:
|
||||
- Token: `openclaw config get gateway.auth.token`
|
||||
|
||||
Reference in New Issue
Block a user