feat(rbac): add roles and permissions

This commit is contained in:
Schubert Ferenc 2026-07-02 23:05:59 +02:00
parent 86a32a942c
commit 694b7bd09a
37 changed files with 2682 additions and 218 deletions

View file

@ -20,5 +20,6 @@ export const config = {
"/login",
"/dashboard/:path*",
"/users/:path*",
"/roles/:path*",
],
};