I'm working on a net new multitenant SaaS application and wondering what the trend/recommended approach for the tenant management is. Do you create a microservice responsible for creating new tenants, querying them, archiving, etc? Or should it be part of the same application logic, but with a different view? I already started working on the tenant management logic, but then stopped to think about it, hence the question
thanks!