keycloak-nodejs-middleware
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -74,7 +74,5 @@ "use strict"; | ||
}; | ||
if (host.includes("https://")) { | ||
requestOptions.httpsAgent = new https_1.default.Agent({ | ||
rejectUnauthorized: false, | ||
}); | ||
} | ||
requestOptions.httpsAgent = new https_1.default.Agent({ | ||
rejectUnauthorized: false, | ||
}); | ||
return [4 /*yield*/, (0, axios_1.default)(requestOptions)]; | ||
@@ -81,0 +79,0 @@ case 2: |
@@ -74,7 +74,5 @@ "use strict"; | ||
}; | ||
if (host.includes("https://")) { | ||
requestOptions.httpsAgent = new https_1.default.Agent({ | ||
rejectUnauthorized: false, | ||
}); | ||
} | ||
requestOptions.httpsAgent = new https_1.default.Agent({ | ||
rejectUnauthorized: false, | ||
}); | ||
return [4 /*yield*/, (0, axios_1.default)(requestOptions)]; | ||
@@ -81,0 +79,0 @@ case 2: |
{ | ||
"name": "keycloak-nodejs-middleware", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Keycloak middleware for nodejs apps", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
15632
282