kids-first / kf-ui-fhir-data-dashboard

💡📊 Prototype FHIR data dashboard - what's in my FHIR server?
Apache License 2.0
7 stars 2 forks source link

User login (basic auth) #19

Closed znatty22 closed 4 years ago

znatty22 commented 4 years ago

The KF dev FHIR server endpoints are all protected with basic authentication.

We need to add a user login page to the dashboard so that users may authenticate with the FHIR server using basic authentication.

Later on when the FHIR server is setup to support OAuth2, we should switch the dashboard's auth flow to Implicit Grant.