File tree Expand file tree Collapse file tree
src/components/HomepageFeatures Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ This will send `Hello, World!` to `<to>` from `<from>`.
2828| :---------- | :--------------------------------------------------------- |
2929| Bearer Auth | Add ` Authorization: Bearer API_TOKEN ` to headers |
3030| Basic Auth | Add ` Authorization: Basic BASE64_STRING ` (` api:API_TOKEN ` ) |
31- | Query Auth | Append ` @auth=API_TOKEN ` to request URL |
31+ | Query Auth | Append ` @authorization=API_TOKEN ` to request URL |
32+ | Body Auth | Set ` auth ` to ` API_TOKEN ` in the request body |
3233
3334Example:
3435
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ const FeatureList = [
1111 < >
1212 The main focus of Secured Signal API is to provide a secure layer for
1313 signal-cli-rest-api, supporting < a href = "docs/usage#auth" > Bearer</ a > ,{ " " }
14- < a href = "docs/usage#auth" > Basic</ a > , and{ " " }
15- < a href = "docs/usage#auth" > Query Auth</ a > .
14+ < a href = "docs/usage#auth" > Basic</ a > ,{ " " }
15+ < a href = "docs/usage#auth" > Query Auth</ a > and{ " " }
16+ < a href = "docs/usage#auth" > more</ a > .
1617 </ >
1718 ) ,
1819 } ,
You can’t perform that action at this time.
0 commit comments