marmelab 9 months ago
Building secure web apps means managing who can do what, both on the client & server-side.🔐
While frameworks like react-admin make client-side Role-Based Access Control (RBAC) a breeze, devs often end up reimplementing the same logic server-side.
The solution?💡: A generic RBAC proxy server👇
add a skeleton here at some point