mikenicholson/passport-jwt

Is cookieExtractor buggy?

zq0904 opened this issue · 0 comments

First of all thank you for this great project and thank you for your help

I'm not sure what's causing the problem I'm using the nest integration passport feature

Environment:
"Passport", "^ 0.6.0",
"@ nestjs/passport", "^ 9.0.0",

When I tried to print cookieExtractor req.cookies were undefined

image

image

image

image