Multi-tenant: multiple apps
Audience: Power user · Length: 6 min
What you will learn
- The two isolation models:
source_account_id (multi-app) vs tenant_id (Cloud multi-tenant) - Run two separate apps on one ɳSelf stack with isolated data
- Use Hasura row-level security to enforce isolation
- Verify data does not cross app boundaries
Prerequisites
- ɳSelf running (T01 complete)
- Basic familiarity with Hasura and GraphQL
Related docs
Read the Multi-Tenancy guide for the full convention wall and decision tree before writing production code.