reset_login
Re-reads authentication config, clears cookies and errors, then re-runs login to recover a stuck browser session without restarting the server.
Instructions
Recover the browser's authenticated session in-place: re-reads .atlas-ui.json (so a browser.login block added or fixed after server startup takes effect — no restart needed), clears cookies/storage and any stuck login error, then (by default) re-runs the configured login flow immediately. Use this when authed runtime tools (render_component/check_page/capture_flow on protected routes) start failing with a login error, or right after adding/changing browser.login config. No-op with a note if no browser.login is configured even after the re-read. Public routes never need this; pass "public": true on those tools to skip login entirely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relogin | No | Re-run the login flow immediately after resetting (default true). Set false to just clear state and let the next authed call trigger login. |