Hi all,
I want to start some tests with our project in SaaS. But I don’t want multitenancy, I want for each customer to have different databases instances.
I guess the idea is to have a project having the security entry point, and each user has the database data to be used. Once user fills Customer, user and pass, and once login is succesfully, take the database name from database to change session database connection and redirect to the main project without login.
Not sure but maybe another more elegant idea is to detect in URL the customer (something like 应用宝官网-全网最新最热手机应用游戏下载) and directly let login there.
I appreciate ideas and how to do that.
Thanks.