mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-12 02:02:13 +03:00
- Seg3: bound the auth_token cookie with maxAge=30d (matches the JWT 30d expiry) - Seg2: warn loudly at boot when bootstrapping with INITIAL_PASSWORD=CHANGEME - Seg4: warn once per process when a path-token VS Code/Ollama endpoint is used (API key in URL) - Bug3: resolve the real global omniroute package dir for npm rebuild (was hardcoded /omniroute/app) Bug1 (auto-update mode detection) deferred pending a concrete repro — high blast radius (controls prod self-update). Regression guards: auth-login-route (maxAge), management-password-insecure-default, vscode-token-in-url-warning, global-package-path.