feat: add integration access check to middlewares (#756)

* feat: add integration access check to middlewares

* fix: format issues

* fix: remove group and user permissions and items from context

* refactor: move action check to seperate function
This commit is contained in:
Meier Lukas
2024-07-08 17:39:36 +02:00
committed by GitHub
parent 8d42ca8b5e
commit 46943b147a
11 changed files with 966 additions and 29 deletions

1
packages/auth/server.ts Normal file
View File

@@ -0,0 +1 @@
export { hasQueryAccessToIntegrationsAsync } from "./permissions/integration-query-permissions";