MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / orgAuthMiddleware

Function orgAuthMiddleware

apps/cloud/src/org/auth-middleware.ts:66–67  ·  view source on GitHub ↗
(rsLive: Layer.Layer<DbService | UserStoreService>)

Source from the content-addressed store, hash-verified

64);
65
66export const orgAuthMiddleware = (rsLive: Layer.Layer<DbService | UserStoreService>) =>
67 OrgAuthMiddleware.combine(requestScopedMiddleware(rsLive)).layer;

Callers 2

makeOrgApiLiveFunction · 0.90
makeCloudExtensionRoutesFunction · 0.90

Calls 1

requestScopedMiddlewareFunction · 0.90

Tested by

no test coverage detected