-
What would be the code for a policy to ensure a user is signed in? |
Beta Was this translation helpful? Give feedback.
Answered by
inian
Mar 31, 2021
Replies: 1 comment
-
Try something like this @nailuj29gaming create policy "Any authenticated user has access to movies."
on movies for select using ( auth.role() = 'authenticated' ); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nailuj29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try something like this @nailuj29gaming