@ -42,6 +42,7 @@ Here are some possible combinations for the creation of the graphs:
Any other information you desire to display is welcome and will be noted.
### Login Page
You'll need a [JWT](https://jwt.io/introduction) to access the GraphQL API. A JWT can be obtained from the `signin` endpoint (`https://((DOMAIN))/api/auth/signin`).
You may make a `POST` request to the `signin` endpoint, and supply your credentials using `Basic` authentication, with base64 encoding.