@dekproject/keycloak
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@dekproject/keycloak", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Keycloak interface plugin for DEK", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
import express from "express"; | ||
import session from "express-session"; | ||
import cookieParser from "cookie-parser"; | ||
import bodyParser from "body-parser"; | ||
@@ -17,5 +16,4 @@ | ||
$.wait("keycloak").then(async () => { | ||
$.app.use( cookieParser() ); | ||
$.wait("keycloak", 3000).then(async () => { | ||
console.log("noix"); | ||
$.app.use(session({ | ||
@@ -39,3 +37,5 @@ secret: 'secret', | ||
}); | ||
}).catch((err) => { | ||
console.log(err); | ||
}); | ||
})(); |
{ | ||
"name": "@dekproject/keycloak-sample", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10095
77