Skip to content

Commit

Permalink
Update to latest version of http-signature
Browse files Browse the repository at this point in the history
Attempting to validate signatures from clients with the latest
http-signature was resulting in errors:
 InvalidHeaderError: signature was empty
Due to changes in http-signature. Changing the dependency to the latest
0.11.x http-signature fixes this issue.
  • Loading branch information
aisipos committed Aug 1, 2015
1 parent 1c23b34 commit b0d06de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"http-signature": "0.9.x"
"http-signature": "0.11.x"
},
"devDependencies": {
"mocha": ">=0.3.6",
Expand All @@ -18,4 +18,4 @@
"engines": {
"node": ">=0.6.0"
}
}
}

0 comments on commit b0d06de

Please sign in to comment.