A demo of the Keycloak NodeJS Adapter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

22 lines
590 B

{
"name": "keycloak-nodejs-demo",
"version": "1.0.0",
"description": "A demo of the Keycloak NodeJS Adapter",
"repository": "https://github.com/nmasse-itix/keycloak-nodejs-demo.git",
"main": "index.js",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"keycloak-connect": "^12.0.4",
"underscore": "^1.12.1",
"util": "^0.12.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nicolas Massé",
"license": "MIT"
}