mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-02 18:17:28 -05:00
8 lines
300 B
Markdown
8 lines
300 B
Markdown
# authenticating requests
|
|
|
|
monitor uses the `JSON Web Token (JWT)` standard to authenticate all requests to subroutes under `/api`.
|
|
users can acquire a `JWT` using a [login method](/api/login).
|
|
|
|
to authenticate requests, pass the `JWT` under the `Authorization` header:
|
|
|
|
`Authorization: Bearer <JWT>` |