Skip to content

Commit

Permalink
Merge pull request #41 from isa-group/feature/#34
Browse files Browse the repository at this point in the history
Added access control
  • Loading branch information
raffrearaUS committed Oct 23, 2018
2 parents 39210cd + a4e507b commit 876b62f
Show file tree
Hide file tree
Showing 13 changed files with 711 additions and 73 deletions.
194 changes: 147 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oas-tools",
"version": "2.0.3",
"version": "2.1.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand All @@ -20,6 +20,8 @@
"url": "git+https://github.com/isa-group/oas-tools.git"
},
"dependencies": {
"accesscontrol": "^2.2.1",
"accesscontrol-middleware": "^1.0.3",
"body-parser": "^1.18.3",
"fs": "0.0.2",
"js-yaml": "^3.11.0",
Expand All @@ -28,6 +30,7 @@
"jsonwebtoken": "^8.3.0",
"lodash-compat": "^3.10.2",
"path": "^0.12.7",
"request": "^2.88.0",
"validator": "^10.4.0",
"winston": "^3.0.0",
"z-schema": "^3.19.1"
Expand Down
10 changes: 8 additions & 2 deletions src/configurations/configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ production:
router: true
validator: true
docs: true
oasSecurity: null
oasSecurity: false
securityFile: null
oasAuth: false
grantsFile: null
ignoreUnknownFormats: true

development:
Expand All @@ -17,5 +20,8 @@ development:
router: true
validator: true
docs: true
oasSecurity: null
oasSecurity: false
securityFile: null
oasAuth: false
grantsFile: null
ignoreUnknownFormats: true
Loading

0 comments on commit 876b62f

Please sign in to comment.