Security RLS policy on users table
I have a users table, with a schema that looks like this:
Basically, I want to have an auth policy that:
allow users to read users of those within the same organization
Is this achievable with supabase? If so, how? Currently, I have a RLS policy that causes infinate recursion, and I'm not sure how to make one that doesn't
Basically, I want to have an auth policy that:
allow users to read users of those within the same organization
Is this achievable with supabase? If so, how? Currently, I have a RLS policy that causes infinate recursion, and I'm not sure how to make one that doesn't