by rukshn on 12/27/22, 4:45 PM with 0 comments
I've been working on FHIR Auth for the past couple of months.
FHIR auth is an authorization server that follows the SMART of FHIR authorization standard published in FHIR documentation, and compatible with most FHIR resource servers.
FHIR Auth can grand resource level create, read, update, delete and search privileges.
The project is still work in progress and much improvements are needed, but it now possible to perform the authorization requirements expected of a FHIR authorization server.
For maintainability the frontend and server is developed in two separate repositories.
I'd love to get contribution from the community. Happy 2023 everyone.
FHIR Auth server - https://github.com/zemantic/fhir-auth
FHIR Auth frontend - https://github.com/zemantic/fhir-auth-frontend