I’m developing a multi tenant application.
A tenant gets created dynamically and needs to have a separat set of users. Every tenant should have google login and password + email.
A user can access tenant1.app.com and tenenat2.app.com and needs to be able to log in with same email but different passwords.
Hi @ashish, thx for your reply.
The connection approach was the way I wanted to go, but I couldn’t find a way to dynamically create new connections. Do you know a way to do this?