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: examples/simple-todo-db/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Before using the local CLI, you need to set up your cloud database:
29
29
2. Enable RLS for tables you want to secure
30
30
3. Create policies to control user access (e.g., users can only see their own tasks)
31
31
32
-
**Note**: RLS rules only apply to token-authenticated users. RLS rules are not enforced for API key-authenticated accesses.
32
+
**Note**: RLS rules only apply to tokenauthenticated users. RLS rules are not enforced for apikey authenticated accesses. For more information about tokens, refer to the [Access Tokens documentation](https://docs.sqlitecloud.io/docs/access-tokens).
0 commit comments