Data isolation & access control
Each client environment is kept separate, and access is governed by the authenticated user and their organisation — enforced at database level rather than only in the interface.
- Tenant-scoped authorisation with row-level security in production
- Views scoped to the role the business has granted
- Raw import infrastructure restricted to platform administrators
