Hi everyone,
I know it is possible to connect several apps to each other using the app connector.
I wonder how would that work if I want to connect 3 apps for example with one user database to have one login system. But I’m not sure how would that work since each app will have its own user field table.
I don’t want all 3 apps use one single database. I want each app to have their own database but when users login to App1, they will also be logged in to App 2 & 3 as well.
Thanks