Supabase Enterprise RBAC Overview Supabase supports custom role-based access control (RBAC) by storing role information in on the user's JWT, then reading those claims in RLS policies via . This skill implements a complete RBAC system: defining roles in , writing RLS policies that enforce role hierarchies, scoping access by organization, managing roles through the Admin API, and protecting API endpoints with role checks — all using real from . When to use: Building multi-role applications (admin/editor/viewer), implementing organization-scoped access, creating custom permission systems beyond…