From 3c44bfa5c82054841e90499be1827bec2db07bda Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:43:27 +0100 Subject: [PATCH] add request path to docs --- docs/usage/index.md | 1 + src/components/HomepageFeatures/index.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/usage/index.md b/docs/usage/index.md index 970156c0..27a3b29e 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -29,6 +29,7 @@ This will send `Hello, World!` to `` from ``. | Bearer Auth | Add `Authorization: Bearer API_TOKEN` to headers | | Basic Auth | Add `Authorization: Basic BASE64_STRING` (`api:API_TOKEN`) | | Query Auth | Append `@authorization=API_TOKEN` to request URL | +| Path Auth | Prepend request path with `/auth=API_TOKEN/` | Example: diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 92c0cef2..9baf8c74 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -11,8 +11,8 @@ const FeatureList = [ <> The main focus of Secured Signal API is to provide a secure layer for signal-cli-rest-api, supporting Bearer,{" "} - Basic, and{" "} - Query Auth. + Basic, Query{" "} + and Path Auth. ), },