added sas token authorization for azure relay

This commit is contained in:
robert.bond@test.gov.wales
2021-09-13 11:43:29 +01:00
parent 62066285cb
commit 84f75c9db8
3 changed files with 80 additions and 46 deletions
+4 -2
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev:app": "node ./server/server.js && yarn lint:js",
"dev:app": "node ./server/server.js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start": "node_modules/next/dist/bin/next start"
},
@@ -14,11 +14,13 @@
"axios": "^0.21.1",
"compression": "^1.7.4",
"cookies": "^0.8.0",
"crypto-js": "^4.1.1",
"dom": "^0.0.3",
"dynamics-web-api": "^1.7.4",
"express": "^4.17.1",
"govuk-frontend": "^3.13.0",
"https": "^1.0.0",
"hyco-https": "^1.4.5",
"jsonpath": "^1.1.1",
"jsonpath-plus": "^5.1.0",
"lodash": "^4.17.21",
@@ -55,4 +57,4 @@
"eslint-config-next": "^11.0.1",
"prettier": "2.3.2"
}
}
}