Anon privilege?
I ran
And was shocked to find a lot of access for anon. shouldnt these be revoke by defaul. Can i safely revoke all of them? Only authenticated users may use my app, anon is only to become authenticated.
2 Replies
If you are using the Data API you should not be revoking these. You will be left with unexpected behavior if you do revoke these. Supabase sets up sane defaults, if you modify them you do so at your own risk.
I see, thanks!