marmelab 7 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