diff --git a/docs/usage/index.md b/docs/usage/index.md index 818e4c28..7c1077ea 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -28,7 +28,8 @@ 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 `@auth=API_TOKEN` to request URL | +| Query Auth | Append `@authorization=API_TOKEN` to request URL | +| Body Auth | Set `auth` to `API_TOKEN` in the request body | Example: diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 92c0cef2..31fad474 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -11,8 +11,9 @@ 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 Auth and{" "} + more. ), },