calamarble-xhub
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "calamarble-xhub", | ||
"description": "xhub signature verification for POST requests from facebook", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"main": "./src/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -39,3 +39,3 @@ 'use strict'; | ||
const headerSignature = xHubSignature.split('=')[1]; | ||
return verifySignature(config.xHubAlgo, config.xHubSecret, headerSignature, rawBody); | ||
return verifySignature(config.algo, config.secret, headerSignature, rawBody); | ||
}; | ||
@@ -42,0 +42,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7915