What's the recommended approach for restricting access to columns in a table. For example, if I have a user_profiles table, but I only want some users to see all the columns, how can I accomplish this? If a view is implemented with
security_invoker
security_invoker
doesn't this mean the user can just access the data directly in the table if they wanted to?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.