Working example
parents
No related branches found
No related tags found
.gitignore
0 → 100644
Procfile
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "feide-express", | ||
"version": "0.0.1", | ||
"description": "Test application for Passport OAuth2 connector for Feide Connect", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Jørn Åne de Jong <jorn.dejong@uninett.no>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"cookie-session": "^1.2.0", | ||
"express": "^4.13.3", | ||
"express-session": "^1.11.3", | ||
"passport": "^0.3.0", | ||
"passport-feideconnect-oauth2": "*" | ||
} | ||
} |
Please register or sign in to comment