1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-04 21:30:05 +00:00

feat: authentication with azure all routes are protected

This commit is contained in:
Saad Jutt
2021-10-12 21:48:35 +05:00
parent 686bf2eb11
commit bbd7133f5c
8 changed files with 1212 additions and 79 deletions

View File

@@ -22,13 +22,17 @@
"author": "Analytium Ltd",
"dependencies": {
"@sasjs/utils": "^2.23.3",
"express": "^4.17.1"
"express": "^4.17.1",
"express-session": "^1.17.1",
"msal-express-wrapper": "git+https://github.com/Azure-Samples/msal-express-wrapper.git#1.0.0-beta.3"
},
"devDependencies": {
"@types/express": "^4.17.12",
"@types/express-session": "^1.17.4",
"@types/jest": "^26.0.24",
"@types/node": "^15.12.2",
"@types/supertest": "^2.0.11",
"dotenv": "^10.0.0",
"jest": "^27.0.6",
"nodemon": "^2.0.7",
"prettier": "^2.3.1",
@@ -41,6 +45,6 @@
},
"configuration": {
"sasPath": "/opt/sas/sas9/SASHome/SASFoundation/9.4/sasexe/sas",
"sasJsPort": 5000
"sasJsPort": 4000
}
}