mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 04:10:01 -05:00
300 B
300 B
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.
to authenticate requests, pass the JWT under the Authorization header:
Authorization: Bearer <JWT>