You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
There is a need for communicating safely with the FHIR server backing the middleware using basic auth. That's because the FHIR server is going to be deployed in an exposed fashion requiring some sort of auth.
Basic auth should be configurable by providing a username and password preferentially using environment variables. If none of these is provided then basic auth should be rendered disabled.