passport-channeladvisor
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -110,11 +110,4 @@ /** | ||
var callbackURL = options.callbackURL || this._callbackURL; | ||
if (callbackURL) { | ||
var parsed = url.parse(callbackURL); | ||
if (!parsed.protocol) { | ||
// The callback URL is relative, resolve a fully qualified URL from the | ||
// URL of the originating request. | ||
callbackURL = url.resolve(utils.originalURL(req, { proxy: this._trustProxy }), callbackURL); | ||
} | ||
} | ||
var code; | ||
@@ -121,0 +114,0 @@ |
{ | ||
"name": "passport-channeladvisor", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Channel Advisor authentication strategy for Passport.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
13540
237