Use core auth and scope contracts

This commit is contained in:
2026-07-10 17:54:14 +02:00
parent 970625edff
commit 30a0281c66
4 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ from govoplan_core.core.access import (
)
from govoplan_core.core.runtime import get_registry
from govoplan_core.security.permissions import validate_tenant_permissions
from govoplan_tenancy.backend.db.models import Tenant
from govoplan_core.tenancy.scope import Tenant
TEMPLATE_KINDS = {"group", "role"}
ASSIGNMENT_MODES = {"available", "required"}