Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
export
const
orgAuthMiddleware = (rsLive: Layer.Layer<DbService | UserStoreService>) =>
67
OrgAuthMiddleware.combine(requestScopedMiddleware(rsLive)).layer;
Callers
2
makeOrgApiLive
Function · 0.90
makeCloudExtensionRoutes
Function · 0.90
Calls
1
requestScopedMiddleware
Function · 0.90
Tested by
no test coverage detected