Role based authentication

Are there any features in Supabase (or Postgres) that make it easier to create a role based authentication system? Basically asking if I can avoid creating multiple tables and RLS policies on my own
Was this page helpful?