Skip to content

Connectum API Reference / @connectum/auth / authContextStorage

Variable: authContextStorage

const authContextStorage: AsyncLocalStorage<AuthContext>

Defined in: packages/auth/src/context.ts:20

Module-level AsyncLocalStorage for auth context.

Set by auth interceptors, read by handlers via getAuthContext(). Automatically isolated per async context (request).