mikenicholson / passport-jwt

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

Update jsonwebtoken to latest version #198

Closed emanuelet closed 2 years ago

emanuelet commented 4 years ago

Update jsonwebtoken to the latest version (8.5.1) as it contains a lot bugfixes and improvements https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md especially in terms of security

mikenicholson commented 2 years ago

Apologies for the very late response. I've updated to the latest version and will be releasing an updated NPM package shortly.

mikenicholson commented 2 years ago

Closing since this has been resolved on master