Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: pass fhirServiceBaseUrl in bundle request auth (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored Aug 19, 2021
1 parent 4114cfb commit a87adcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"axios": "^0.21.1",
"fhir-works-on-aws-interface": "^10.0.0",
"fhir-works-on-aws-interface": "^11.0.0",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.12.1",
"lodash": "^4.17.21"
Expand Down
1 change: 1 addition & 0 deletions src/smartHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ export class SMARTHandler implements Authorization {
userIdentity: { ...request.userIdentity, usableScopes },
operation: req.operation,
resourceBody: req.resource,
fhirServiceBaseUrl: request.fhirServiceBaseUrl,
});
}
return Promise.resolve();
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1981,10 +1981,10 @@ fecha@^4.2.0:
resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.1.tgz#0a83ad8f86ef62a091e22bb5a039cd03d23eecce"
integrity sha512-MMMQ0ludy/nBs1/o0zVOiKTpG7qMbonKUzjJgQFEuvq6INZ1OraKPRAWkBq5vlKLOUMpmNYG1JoN3oDPUQ9m3Q==

fhir-works-on-aws-interface@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-10.0.0.tgz#5ad0599e55b40c7be1f9ef0cf9252d6da1f8d20a"
integrity sha512-JQ/eICquJlI5P6s7e1xiuABnPuhh4d7VeyPFc5OFHgpLbyBCTrbyz0gVMc3BdlQVXQ7IAa0HYgjNsLMoeFt2JA==
fhir-works-on-aws-interface@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-11.0.0.tgz#96089c99e613a80269472f6510646b46fdc3ddd7"
integrity sha512-j25IlOfLHcZtP/zBv1KqsS374cuNqC5JPow5cf+dS4ssdGWnhV0UJsHyk+LvlN601HvcBLAOKJeiU0k5WZcLUg==
dependencies:
winston "^3.3.3"
winston-transport "^4.4.0"
Expand Down

0 comments on commit a87adcf

Please sign in to comment.