Supabase migration - RLS policy for better auth table is required?

I did the migration from better auth to supabase, 4 new tables were created in public schema, but these better auth tables have no RLS policy, is this normal? is it a security issue?
2 Replies
Ping
Ping2mo ago
Yes it's normal
dominik
dominik4w ago
Hi, I came across this issue and was wondering if there is any guidance on how to setup RLS for the tables? Cause supabase auth uses auth.uid() to protect the tables and I am very certain that this wont work, so I am having a hard time to look up any guidance on how to setup RLS for the tables

Did you find this page helpful?