What opens after login
Dashboard and accountAuthenticated API callsOwner, foundation and role-based routes
Login uses the existing backend identity runtime and restores the web session with refresh cookies when needed.
After login, this session returns the user to /dashboard so they do not lose context in research, dashboard, or foundation flows.
After login, the web app keeps the session in secure same-origin cookies and uses server-side requests for protected data.