Hi,
I'm not fully understanding something about the multi tenancy db contexts. Follow my current situation:
So, when you login, the api should be able to capture the Tenant connection string and set it for the TenantDbContext.
The point is, Im trying to create this scenario, but Im not understanding how could I config it, or how could capture the connection string and transfer to my context dynamically.
Thanks for any help,
jboliveira