@adonis-agora/context
v0.4.0
Published
Shared AsyncLocalStorage context for AdonisJS — carries user/tenant/traceId across the request and the Agora ecosystem.
Maintainers
Readme
@adonis-agora/context
Shared AsyncLocalStorage context for AdonisJS — carries user / tenant /
traceId across the request and the Agora ecosystem (HTTP, queue workers,
durable, ace commands).
npm i @adonis-agora/context
node ace configure @adonis-agora/contextimport { Context } from '@adonis-agora/context'
Context.traceId()
Context.set('userRef', { type: 'user', id: user.id })See the repository README and
DESIGN.md for the full contract.
License
MIT © Davi Carvalho
