fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.19k stars 1.56k forks source link

Enhance Multitenancy Workflow #36

Closed iammukeshm closed 3 years ago

iammukeshm commented 3 years ago

Current Multitenant Implementation takes tenant details from AppSettings. It's better to have these settings stored in the Database and cache them to application memory.

The remaining flow remains the same as it is now.

iammukeshm commented 3 years ago

Work in Progress at branch https://github.com/fullstackhero/dotnet-webapi-boilerplate/tree/feature/better-multitenancy