mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:10:45 +00:00
fix(dashboard): guide manual token auth fallback
Summary:
- Add a redaction-safe dashboard fallback hint when tokenized URL delivery fails.
- Document the manual auth path and update the changelog.
Verification:
- PR CI exact head 48ccb97c08 green for relevant CI/security checks.
- pnpm test src/commands/dashboard.links.test.ts src/commands/dashboard.test.ts
- pnpm exec oxfmt --check --threads=1 src/commands/dashboard.ts src/commands/dashboard.links.test.ts
- pnpm format:docs:check
- pnpm docs:check-mdx
- pnpm docs:check-i18n-glossary
- targeted markdownlint for docs/cli/dashboard.md and docs/web/dashboard.md
This commit is contained in:
@@ -39,6 +39,10 @@ Prefer localhost, Tailscale Serve, or an SSH tunnel.
|
||||
|
||||
- After onboarding, the CLI auto-opens the dashboard and prints a clean (non-tokenized) link.
|
||||
- Re-open anytime: `openclaw dashboard` (copies link, opens browser if possible, shows SSH hint if headless).
|
||||
- If clipboard and browser delivery fail, `openclaw dashboard` still prints the
|
||||
clean URL and tells you to use the token from `OPENCLAW_GATEWAY_TOKEN` or
|
||||
`gateway.auth.token` as the URL fragment key `token`; it does not print token
|
||||
values in logs.
|
||||
- If the UI prompts for shared-secret auth, paste the configured token or
|
||||
password into Control UI settings.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user