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
Copy file name to clipboardExpand all lines: packages/server/src/supabase/test/supabase.cascadingaccess.test.ts
+31-18Lines changed: 31 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -28,28 +28,32 @@ Example:
28
28
- Document A is also a child of Document D
29
29
- User Alice has read/write access to Document C, and Document D
30
30
- User Alice explicitly has no access to document B
31
-
- In this case, Alice does not have access to document A, because even though it has access to document D it doesn't have access to document B. It doesn't have access to document B, because this has been explicitly denied, even though Alice has access to B's parent C
31
+
- In this case, Alice does not have access to document A, because even though it has access to document D it doesn't have access to document B.
32
+
It doesn't have access to document B, because this has been explicitly denied, even though Alice has access to B's parent C
- In this case, Alice does have access to document A, because it has access to document D and to document B. It has access to document B because it's been granted explicitly, even though she does not have access to it's parent C
0 commit comments