feat(FN-2406): persist dashboard auth token and harden TUI layout
- Persist dashboard auth token in global settings and add daemon-token utilities for reuse - Update dashboard CLI command auth precedence and token handling behavior - Harden dashboard TUI log viewport budgeting to avoid footer overlap under constrained heights - Expand CLI and TUI test coverage for token persistence, auth precedence, and environment mocking - Refresh README/CLI/getting-started docs and add changesets for token persistence and TUI fix
This commit is contained in:
@@ -169,8 +169,8 @@ Open: http://localhost:4040/?token=fn_8f3a...
|
||||
Click the **Open** link. Your browser captures the token into `localStorage`,
|
||||
strips it from the visible URL, and reuses it automatically on later loads.
|
||||
See [CLI reference → fn dashboard → Authentication](./cli-reference.md#fn-dashboard)
|
||||
for details, including how to set a stable token via `FUSION_DASHBOARD_TOKEN`
|
||||
or disable auth with `--no-auth` for strictly-local setups.
|
||||
for details, including token precedence (CLI/env overrides over the persisted
|
||||
`~/.fusion` token) and how to disable auth with `--no-auth` for strictly-local setups.
|
||||
|
||||
Other launch modes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user