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
We need to provide some support to let servers support multiple tenant accounts. (we typically run one server per customer, who then has multiple clients themselves).
The goals (at this stage) are mostly auth-related:
separate data cleanly
allow for better role definitions between customers and tenants
This will be done on top of the new data model we're building out at the moment. So we'll be using GenericAsset as the hook between users/accounts and assets/sensors.
The text was updated successfully, but these errors were encountered:
We need to provide some support to let servers support multiple tenant accounts. (we typically run one server per customer, who then has multiple clients themselves).
The goals (at this stage) are mostly auth-related:
This will be done on top of the new data model we're building out at the moment. So we'll be using
GenericAsset
as the hook between users/accounts and assets/sensors.The text was updated successfully, but these errors were encountered: