Initial commit
.gitignore
0 → 100644
README.md
0 → 100644
app.js
0 → 100644
config/config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "m4lab-user-account", | ||
| "version": "0.0.1", | ||
| "description": "Example for PassportJS SAML strategy", | ||
| "author": { | ||
| "name": "Rosanny Sihombing", | ||
| "email": "rosanny.sihombing@hft-stuttgart.de", | ||
| "url": "/" | ||
| }, | ||
| "keywords": [ | ||
| "m4_lab", | ||
| "saml", | ||
| "sso" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://transfer.gitlab.com/tbd.git" | ||
| }, | ||
| "scripts": { | ||
| "start": "nodemon app.js", | ||
| "test": "" | ||
| }, | ||
| "dependencies": { | ||
| "async": "^3.1.0", | ||
| "bcryptjs": "^2.4.3", | ||
| "body-parser": "1.15.1", | ||
| "cookie-parser": "1.4.3", | ||
| "crypto": "^1.0.1", | ||
| "errorhandler": "1.4.3", | ||
| "express": "4.13.4", | ||
| "express-flash": "0.0.2", | ||
| "express-session": "1.13.0", | ||
| "fs": "0.0.1-security", | ||
| "morgan": "1.7.0", | ||
| "mysql": "^2.17.1", | ||
| "nodemailer": "^6.3.1", | ||
| "nodemon": "1.9.2", | ||
| "passport": "0.3.2", | ||
| "passport-saml": "0.15.0", | ||
| "pug": "^2.0.4" | ||
| }, | ||
| "devDependencies": {}, | ||
| "engines": { | ||
| "node": ">= 4.0.0" | ||
| }, | ||
| "license": "MIT" | ||
| } |
public/js/account.js
0 → 100644
public/js/generalFunction.js
0 → 100644
public/views_TBD/404.jade
0 → 100644
public/views_TBD/500.jade
0 → 100644
public/views_TBD/error.jade
0 → 100644
public/views_TBD/home.jade
0 → 100644
public/views_TBD/layout.jade
0 → 100644
routes/api.js
0 → 100644
routes/cert/cert.pem
0 → 100644
routes/cert/cert_idp.pem
0 → 100644
routes/cert/key.pem
0 → 100644
routes/dbconn.js
0 → 100644
Please register or sign in to comment