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 was archived by the owner on Jul 17, 2020. It is now read-only.
The library currently works fine if all the documents are searchable by all users. But some use cases might require securely limiting results.
For example, we can't let user A find notes that were created by user B. User A should only be able to read notes created by them.
We need to find a way to handle that use case.
The library currently works fine if all the documents are searchable by all users. But some use cases might require securely limiting results.
For example, we can't let user A find notes that were created by user B. User A should only be able to read notes created by them.
We need to find a way to handle that use case.