All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2021-08-17)
verifyAccessToken
now allows bulk export requests when the user has read permissions on SOME of the requested resource types instead of requiring permissions on ALL of them. This allows partial exports scoped to the user's permissions. Clients are expected to callgetAllowedResourceTypesForOperation
to scope down the resource types to export.
4.1.1 (2021-01-27)
- Update dependencies
4.1.0 (2021-01-13)
- chore: We no longer require Auth for metadata route, because router does not Authorize metadata route
- feat: Implement
fhir-works-on-aws-interface
v4.0.0- Authorization interfaces to use
userIdentity
instead of access_token isAuthorized
renamed toverifyAccessToken
getRequesterUserId
method removed, as it is now redundant
- Authorization interfaces to use
- feat: Implement
fhir-works-on-aws-interface
v3.0.0- This adds 4 new methods to this package
- Throwing UnauthorizedError instead of a boolean
- Implement
fhir-works-on-aws-interface
v2.0.0
- Initial launch! 🚀