What I’m trying to do:
A multi-tenant SaaS app.
So, more like (business-oriented) Google Workspace (the new name for Google Apps, I think) than (consumer-oriented) Gmail.
I want to start out of the gate with not just authentication, but also customers/organizations/businesses, as Salesforce, or Google Apps, or Basecamp, or any other B2B app/service would have a customer account (e.g. IBM), and then 500 users (e.g. peter@ibm.com, joe@ibm.com, etc.) tied to that account (so they would only have access to IBM resources, not Microsoft resources).
I think tools like Bubble have various ‘boilerplate/addons/plugins’ you can purchase and integrate into your app – maybe someone has built this type of functionality for Anvil already and wants to re-sell it?
Other tools/frameworks use the term ‘Teams’ to describe this functionality, but that’s confusing to me. I want customers, aka customer accounts, and each customer account should be associated with 1 or more user accounts, each with their own email/login, the default admin use can invite new users, remove users, etc.
What I’ve tried and what’s not working:
Read the docs, looked at some videos, etc.
Thanks!