An oAuth/proxy layer for FHIR servers. It uses Flask-OAuthlib to provide OAuth2 compliant authentication and transparently forwards API requests to a configured FHIR server.
pip install .
auth-proxy checks the environment for:
- API_SERVER: The target FHIR server.
flask run