mikenicholson / passport-jwt

Passport authentication using JSON Web Tokens
MIT License
1.96k stars 213 forks source link

Is cookieExtractor buggy? #242

Open zq0904 opened 1 year ago

zq0904 commented 1 year ago

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