Skip to content

Commit

Permalink
📝 Updating docs for auth
Browse files Browse the repository at this point in the history
Added info about the environment variables for auth.
  • Loading branch information
abgeorge7 committed Mar 4, 2020
1 parent 8294b31 commit c4c12f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ npm start
This will open up the application at `localhost:3000`.
More on `create-react-app` [here](https://reactjs.org/docs/create-a-new-react-app.html).

### Auth

To use FHIR servers that require auth, set the `REACT_APP_KF_USER` and `REACT_APP_KF_PW`
environment variables to the appropriate username and password, respectively. The
app will use this and Basic Auth to make requests.

### FHIR APIs

Creating a data dashboard over the FHIR API standard means that a user potentially
Expand Down

0 comments on commit c4c12f7

Please sign in to comment.