You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2019. It is now read-only.
I'm uncertain regarding the TenantId column.
I'm thinking about having the system work in a many to many way, meaning each user can be connected to many tenants.
But this is also wrong, because the Users have to be isolated per tenant and can repeat themselves all over as long as the tenant is different.
The problem is how do I define global users, i.e. admins or other users that are in charge on any tenant.
What's the proper way to implementing that?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm uncertain regarding the
TenantId
column.I'm thinking about having the system work in a many to many way, meaning each user can be connected to many tenants.
But this is also wrong, because the Users have to be isolated per tenant and can repeat themselves all over as long as the tenant is different.
The problem is how do I define global users, i.e. admins or other users that are in charge on any tenant.
What's the proper way to implementing that?
The text was updated successfully, but these errors were encountered: