forked from EduCraft/curriculum-project-hub
feat: add organization tenant model
This commit is contained in:
@@ -235,6 +235,7 @@ function allowAllAuthorizer(): PermissionAuthorizer {
|
||||
action: req.action,
|
||||
resource: req.resource,
|
||||
actor: req.actor,
|
||||
organizationId: "org_test_default",
|
||||
actorUserId: "user-1",
|
||||
principals: [{ type: "USER", id: "ou_user" }],
|
||||
requiredRole: "EDIT",
|
||||
|
||||
Reference in New Issue
Block a user