Replies: 2 comments 4 replies
-
Will respond tomorrow. You can check out yavin.dev security checks in the meantime for examples. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm not following this description below:
Are users 1, 2, and 3 specific users or examples of users where you want to generalize a specific rule. If the latter, I don't understand the rule you are trying to encode (specifically the first bullet). In general, the approach we have taken for these kinds of rules is to:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am struggling in implementing of the following use-case:
Given:
User1
,User2
andUser3
. Also,User3
reports toUser2
.createdBy
indicating its ownerRequirement is to implement a solution to meet the following:
User1
, thenUser2
can have read/write permissions on that record as well;User3
, thenUser2
can also have read permission on that record.Could you please give me some advice on this?
Beta Was this translation helpful? Give feedback.
All reactions