Allow CRUD for all auth users
Hello,
I'm making an admin app where the user just needs to be authenticated to be able to access a table. And of course the only way to get a user is to be invited directly through supabase.
This is the policy I'm using:
But it's not working, I can't fetch any data when I am logged in as a user.
Please point me in the right direction.
I'm making an admin app where the user just needs to be authenticated to be able to access a table. And of course the only way to get a user is to be invited directly through supabase.
This is the policy I'm using:
But it's not working, I can't fetch any data when I am logged in as a user.
Please point me in the right direction.