feat(rbac): implemented project based permission loading and role management

This commit is contained in:
Akhil Mohan
2023-08-22 12:34:33 +05:30
parent aac3168c80
commit 520a553ea1
63 changed files with 2237 additions and 488 deletions

View File

@@ -20,6 +20,6 @@
},
"devDependencies": {
"eslint": "^8.29.0",
"husky": "^8.0.2"
"husky": "^8.0.3"
}
}