Skip to content

Commit

Permalink
[Update] v1.0.1 -> 1.1.0
Browse files Browse the repository at this point in the history
Fixes security issue with old jsonwebtoken dependency
https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/

Jwt can now be passed via query parameter.
  • Loading branch information
mikenicholson committed Apr 24, 2015
1 parent 94f4aef commit fb1a12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-jwt",
"version": "1.0.0",
"version": "1.1.0",
"description": "Passport authentication strategy using JSON Web Tokens",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit fb1a12f

Please sign in to comment.