eservices-back-core
Advanced tools
Comparing version 2.0.37 to 2.0.38
@@ -155,3 +155,2 @@ "use strict"; | ||
const codeVerifier = openid_client_1.generators.codeVerifier(); | ||
console.log('cv', codeVerifier); | ||
setAuthSessionKey(req, "codeVerifier", codeVerifier); | ||
@@ -236,3 +235,2 @@ // store the code_verifier in your framework's session mechanism, if it is a cookie based solution | ||
function endSessionURL() { | ||
console.log(client); | ||
return client.endSessionUrl(); | ||
@@ -239,0 +237,0 @@ } |
@@ -92,3 +92,2 @@ "use strict"; | ||
.then(res => { | ||
console.log(res); | ||
this.entitiesInclude.set(strConfig, res.count); | ||
@@ -95,0 +94,0 @@ }); |
@@ -16,2 +16,3 @@ "use strict"; | ||
const utils_1 = require("../../utils"); | ||
const error_middleware_1 = __importDefault(require("../../middleware/error-middleware")); | ||
exports.default = () => { | ||
@@ -37,3 +38,7 @@ const server = Server_1.default.getServer(); | ||
proxyReq.setHeader('cookie', req.headers.cookie); | ||
}) | ||
}), | ||
error: (err, req, res) => { | ||
// @ts-ignore | ||
(0, error_middleware_1.default)(err, req, res, null); | ||
}, | ||
} | ||
@@ -40,0 +45,0 @@ })); |
{ | ||
"name": "eservices-back-core", | ||
"version": "2.0.37", | ||
"version": "2.0.38", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
665251
8837