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
Check and possible adapt the Permission system in the replication-backend as we introduce additional databases (notifications-<USER_ID>). Do the endpoints still function as expected?
Adapt the permission system to grant/deny access to a whole user-specific database:
e.g. by default a user should always access the CouchDBs for that account (notifications-<MY_USER_ID>) but never those of other accounts (notifications-<OTHER_USER_ID>).
an explicit permission for the NotificationEvent entity type shouldn't be required in Config:Permissions (because the access is handled by splitting it into the user-specific couchdb)
notifications-<USER_ID>). Do the endpoints still function as expected?notifications-<MY_USER_ID>) but never those of other accounts (notifications-<OTHER_USER_ID>).