Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support per record permissions #3

Open
tahpot opened this issue Sep 16, 2021 · 0 comments
Open

Support per record permissions #3

tahpot opened this issue Sep 16, 2021 · 0 comments

Comments

@tahpot
Copy link
Member

tahpot commented Sep 16, 2021

Support permissions to be specified in the row itself that will dynamically determine if a user can create, update, delete a record.

Suggestion:

{
  _id: "abc",
  _permissions: {
    read: ['user1', 'user2', 'user3'],
    write: ['user1', 'user2', 'user3'],
    delete: ['user1', 'user2', 'user3'],
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant