mikenicholson / passport-jwt

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

Implementation of extracting token from signed cookies #219

Open stormwin opened 3 years ago

Somsubhra1 commented 3 years ago

Please merge this PR. It's recommended to use cookies instead of headers for JWT.

Outternet commented 1 year ago

This is a good idea, I have adopted your implemetation in the major rewrite pull request.