-
Notifications
You must be signed in to change notification settings - Fork 0
Add multi-tenant SaaS template #52
Copy link
Copy link
Open
Labels
area: databaseDatabase and ORMDatabase and ORMarea: templatesStarter templatesStarter templatesenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpriority: mediumShould haveShould havesize: large1+ days effort1+ days effort
Milestone
Metadata
Metadata
Assignees
Labels
area: databaseDatabase and ORMDatabase and ORMarea: templatesStarter templatesStarter templatesenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpriority: mediumShould haveShould havesize: large1+ days effort1+ days effort
Description
Create a multi-tenant SaaS template that extends the standard project setup with tenant isolation patterns — one of the most common enterprise API requirements.
Why
Multi-tenancy is the #1 architectural pattern for SaaS APIs. It requires careful design across database, middleware, and routing layers. A template that handles this correctly saves teams weeks of architecture work and prevents common security mistakes (tenant data leakage).
Acceptance Criteria