From 52d18228b72696076e5ca2323179473b0e20c80e Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Sun, 4 May 2025 08:55:02 +0200 Subject: [PATCH] docs: add info about auth --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1b3ec17..2e52f43 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ make run The full API specification can be found in [api/rcond.yaml](api/rcond.yaml). +### Authentication + +All endpoints except `/health` require authentication via an API token passed in the `X-API-Token` header. The token is configured via the `RCOND_API_TOKEN` environment variable when starting the daemon. + ### Endpoints | Method | Path | Description |