Comparing version 0.2.32 to 0.2.33
@@ -77,2 +77,3 @@ var request = require("request"); | ||
var path = urls.parse(req.url).pathname; | ||
self.logger.warn("DEBUG: webhook auth:", JSON.stringify(installed), path, JSON.stringify(req.body)); | ||
if (installed && path === installed.get("url") && req.body.publicKey) { | ||
@@ -79,0 +80,0 @@ req.clientPublicKey = req.body.publicKey; |
@@ -130,3 +130,3 @@ // modified from https://bitbucket.org/knecht_andreas/atlassian-oauth-validator | ||
else { | ||
plugin.logger.warn("DEBUG: hget consumer:", JSON.stringify(consumer)); | ||
plugin.logger.warn("DEBUG: hget consumer:", clientKey, JSON.stringify(consumer)); | ||
verify(consumer.publicKey); | ||
@@ -133,0 +133,0 @@ } |
{ | ||
"name": "ap3", | ||
"version": "0.2.32", | ||
"version": "0.2.33", | ||
"description": "Atlassian Plugins 3 library for Express", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
32856
928