Files
Homarr/packages/auth/server.ts
Meier Lukas 46943b147a 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
2024-07-08 17:39:36 +02:00

2 lines
97 B
TypeScript

export { hasQueryAccessToIntegrationsAsync } from "./permissions/integration-query-permissions";