Editing role permissions on the Permissions tab #720
-
Hey there! I'm a new Supabase user and I was wondering what is the best way to edit the From this page it looks like I should be able to check/uncheck roles but that's not the case. I looked at creating a new role, but it doesn't look like I can create a new API key that is assigned to that role. In the end, I ran |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@jonathanyeong I would suggest going another way about this as stated in the supabase guides by turning on row level security and setting up policies which would block none authenticated users from insert/update/delete on your tables. I think this approach is more flexible and allows for better customisation. |
Beta Was this translation helpful? Give feedback.
@jonathanyeong I would suggest going another way about this as stated in the supabase guides by turning on row level security and setting up policies which would block none authenticated users from insert/update/delete on your tables. I think this approach is more flexible and allows for better customisation.
https://supabase.io/docs/guides/auth#row-level-security