Readonly data #137
ondrej-langr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i love the idea of local first and started experimenting with some libs that go with the idea of localfirst, but this seems most complete as far as i can tell. Mostly as this project does not discredit the need of colaboration (roles, authorization, etc)
I get around mostly with reading the provided documentation and code, but what I still dont see is how to create readonly data. Lets say user creates post, but only specific user roles and the owner can update or delete it for example. This would be hardly enforceable on the client side(?), but duable when synchronizing.
Is there a way to achieve this ATM or is that not a option?
From what I get, secure data can be shared between specific user roles (and probably with specific users with lockboxes), but i dont see a way to restrict users from editing the data between each users (Alice can edit Bobs post and even declare it their "own" and viceversa)
Happy to hear your ideas and help
Beta Was this translation helpful? Give feedback.
All reactions