AsyncLocalStorage Works in NestJS Guard’s canActivate method but Not in Passport Strategy’s validate Method
I’m working on a NestJS application where I need to maintain request-specific context using AsyncLocalStorage. I have a ContextRequestService that uses AsyncLocalStorage to store and retrieve context data throughout the request lifecycle.