1
RBAC Dashboard
Source: supabase/supabase#28434 · opened by @jdgamble555
It would be cool to have a dashboard for Role Based Authentication Control, but for regular users, not "managed by supabase." Imagine a dashboard with 3 tabs: • Roles • Users • Permission Roles Roles allow you to add possible roles, ie: • Sudo • Admin • Editor • Subscriber • User etc... Users Users would list the users and allow you to edit their role. • ID • Email • User Role Permissions Permission • Role • Table • Select • Create • Update Before • Update After • Delete There would be a supabase function called isAuthorized() similar to [authorize()]( that could run on any RBAC table. There would be a trigger function to automatically create the possible Tables in the permissions table every time a new table is created. That way the developer never has to think about it. This could get more complex later to add isOwne…
No pledges yet. Be the first to back this.
Comments
Similar requests
Add a "Database: RBAC Setup" prompt in the "AI Tools -> Prompts" section of the docs.
1 vote · 0 comments
Use the dashboard with any postgres role
1 vote · 0 comments
Supabase End User Dashboard
1 vote · 0 comments
Better ux on mobile devices on supabase's dashboard
3 votes · 0 comments
Would be nice to CRUD table level constraints via the GUI
2 votes · 0 comments
No comments yet.