mui / toolpad

Toolpad: Full stack components and low-code builder for dashboards and internal apps.
https://mui.com/toolpad/
MIT License
1.28k stars 283 forks source link

Role based access control (aka RBAC) #352

Closed oliviertassinari closed 7 months ago

oliviertassinari commented 2 years ago

Summary 💡

In order to build a license key debugging for MUI X, I need to connect to the WooCommerce database or API. This includes sensitive data and actions. I would like to limit the scope to who can use the query, and who can modify it (accessing secrets, etc.)

Examples 🌈

Motivation 🔦

This feature, on its own, would make using Toolpad a lot more valuable than pro code. It acts as a custom backend.

prakhargupta1 commented 2 years ago

In Phase-1, we can do a simple role based access control that applies to each App and not to the underlying queries or connections. Removing Queries and Connections labels.

prakhargupta1 commented 7 months ago

I am marking it done. We'll open new issues for future enhancements.