5
Custom Database Roles
Source: supabase/supabase#11799 · opened by @ozum
Feature request Is your feature request related to a problem? Please describe. In a multi-tenant app, I would have 5-10 user levels, which would have different column level authorization. For example, a tenant would have such user groups: "client", "employee", "manager", "director", "approver", "admin", etc. Each level has different select, insert and update authorization for columns. For example, a "client" can see product names, but not prices. An "employee" can see product prices, and update product features, but can not update prices. An "approver" can only see the transaction date, and sale price, and only update the is_approved field. Describe the solution you'd like I would like Supabase to support custom database users, so I can group app users under several database users. So I can combine app user identity (for Row Level Security) with a database user identity (for Colu…
No pledges yet. Be the first to back this.
Comments
Similar requests
RBAC Dashboard
1 vote · 0 comments
Authenticated API Endpoint to Restart / Toggle Database On & Off Remotely
2 votes · 0 comments
User role management? Custom claims apart from user metadata?
1 vote · 0 comments
How to synchronize databases, documents to vector databases
3 votes · 0 comments
NoSQL (Document) Database Alternative?
1 vote · 0 comments
No comments yet.