Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
Can you give more info on what you mean by role? There is no direct role support built in besides anon, authenticated and service-role at the API/database level.
Hello @garyaustin, Thank you for your quick reply. Yes I would like to create new role. What I mean by role is type of user like (user, admin, etc...).
https://github.com/supabase-community/supabase-custom-claims Is about the closest I've seen to a guide related to that. Basically using the jwt or a role table and RLS is the way you have to go. PostgREST (the API) only deals with the 3 above.