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
After #767 every entity will be in its own database. Each database can have its own permission based on user roles. This should be used to restrict the access to some databases for certain user groups. An array of user groups can be set as permittedGroups to the config of a entity. This should trigger a change to the permission settings of the according couchDB database. After that, only users of the specified groups will be able to read from an write to this database.
Users without permissions will not be able to synchronize with the remote database.
The text was updated successfully, but these errors were encountered:
After #767 every entity will be in its own database. Each database can have its own permission based on user roles. This should be used to restrict the access to some databases for certain user groups. An array of user groups can be set as
permittedGroups
to the config of a entity. This should trigger a change to the permission settings of the according couchDB database. After that, only users of the specified groups will be able to read from an write to this database.Users without permissions will not be able to synchronize with the remote database.
The text was updated successfully, but these errors were encountered: