You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Max Geller edited this page Oct 5, 2024
·
4 revisions
Multi-Tenancy Approach
This project uses a single-database multi-tenant approach. The database is divided into schemas, with each schema representing a tenant. The schemas are isolated from each other. Role-based access is implemented by using the TenantGuard and TenantService.