version: 10.2
product type: MVC
framework type: .net core
My project is a multitenant - single instance with each tenant having its own database.
I need help to do this:
- Login using email and password.
- Upon successful login, the system will identify his tenant based on the unique email.
- The system will connect to the correct tenant database.