saas multi tenancy with separate authentication and user management for each tenant
I want to build an saas for business owners to customize prebuilt mobile apps and deploy them. I am not sure how I can have authentication for each mobile app and keep users for each app separate since each business will have their own users. Ideally I have a supabase project for each app but I have heard that is inefficient and I want to be able to scale this. Any feedback would be greatly appreciated.