I want a multi tenant architecture where a user with same email address can exist under multiple tenants. For authentication
What would be the best way to do this within 1 project?
TL;DR
Developers want to create a multi-tenant architecture where a user with the same email address can exist under multiple tenants for authentication within one project.