MedLegal

Command center · intake triage

Choose who to sign in as. What each person can see is decided by row-level security in Postgres — an attorney sees every case in their firm, a paralegal sees only unassigned cases and their own, and neither firm can see the other at all.

Harbor Law Group

Meridian Injury Law

Demo authentication. The browser asserts an identity with an X-Demo-User header and the server takes its word for it. Production swaps this for a verified session — every route below already opens its database connection from the resolved user, so nothing downstream changes.