Is there a way to add column level security within...
# help
a
Is there a way to add column level security within supabase? (without using something like a graphql middleware)
n
Hello ! This thread has been automatically created from your message in a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
s
There's column security built into Postgres (screenshot from pgAdmin). https://stackoverflow.com/questions/48108860/postgresql-revoke-privileges-from-column gives a bit of insight into it
n
Avin (2022-03-18)
a
These looks like static permissions if I'm not mistaken. Don't think it's possible to check against the auth user.