Supabase Assign Custom Auth Role into Users
I know that I can create my own custom role by creating another table that contains roles. But I discovered that I can create my own custom role built-in inside the Supabase Database, which is easier whenever I want to create some RLS based on users role from the dropdown menu, so I don’t have to create a query to validate the role of the users.