fix: keep authz server modules out of browser bundles
This commit is contained in:
@@ -472,8 +472,6 @@
|
||||
"AuthzAuditEvent",
|
||||
"AuthzAuditSink",
|
||||
"AuthzCatalog",
|
||||
"AuthzConfig",
|
||||
"AuthzIdentityEvent",
|
||||
"AuthzModule",
|
||||
"AuthzResolver",
|
||||
"AuthzResolverOptions",
|
||||
@@ -499,12 +497,10 @@
|
||||
"allow",
|
||||
"any",
|
||||
"anyDecision",
|
||||
"assignDefaultAuthzRoles",
|
||||
"attr",
|
||||
"authorize",
|
||||
"authorizeDecision",
|
||||
"authzMiddleware",
|
||||
"authzPlugin",
|
||||
"cachedPermissionStore",
|
||||
"can",
|
||||
"consoleAuditSink",
|
||||
@@ -536,14 +532,19 @@
|
||||
"requireRole",
|
||||
"safeRecord",
|
||||
"scopeKey",
|
||||
"setAuthzCatalog",
|
||||
"setDefaultAuthzRoles"
|
||||
"setAuthzCatalog"
|
||||
],
|
||||
"./db": [
|
||||
"authzMigrationSql",
|
||||
"dbPermissionStore",
|
||||
"ensureAuthzTables"
|
||||
],
|
||||
"./defaults": [
|
||||
"AuthzIdentityEvent",
|
||||
"assignDefaultAuthzRoles",
|
||||
"setDefaultAuthzRoleStore",
|
||||
"setDefaultAuthzRoles"
|
||||
],
|
||||
"./plugin": [
|
||||
"AuthzConfig",
|
||||
"authzPlugin",
|
||||
|
||||
Reference in New Issue
Block a user