How can I allow authenticated users to access only certain columns from a table ?
Hello everyone, I need some help, as I haven't found a solution in the official documentation.
I would like to allow only authenticated users from a mobile device to access certain columns. I have two options:
Enable RLS (Row-Level Security) policy and restrict both anonymous and authenticated users from selecting data.
Enable RLS policy and restrict authenticated users to select only certain columns. But how can I achieve this?
Thank you!
I would like to allow only authenticated users from a mobile device to access certain columns. I have two options:
Enable RLS (Row-Level Security) policy and restrict both anonymous and authenticated users from selecting data.
Enable RLS policy and restrict authenticated users to select only certain columns. But how can I achieve this?
Thank you!
