Convrse Configurator

Configurator login flow not yet built

The Configurator hasn't had a real auth UI yet — the legacy app runs against the backend's demo-auth mode, and prod has historically relied on a reverse-proxy header. Real PM auth (Tech-Manager JWT exchange or SSO) is a separate feature project, planned post-migration.

TODO. Wire POST /api/configurator/auth/login Set-Cookie: convrse_pm_token, then update lib/auth/session.server.ts to decode that cookie. See inventorySystemconvrse/docs/migration/audit-findings.md § 5.

For local dev, set DEMO_AUTH=true in .envto use the demo PM bypass.

Convrse Inventory Studio