Skip to content

Commit f04f829

Browse files
committed
add note about shared secret transmission in header
1 parent 00aa231 commit f04f829

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/auth_plugins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ curl -X POST "https://your-hooks-server.com/webhooks/example" \
368368
-d '{"event":"test","data":"example"}'
369369
```
370370

371+
> **Note:** The shared secret is sent as plain text directly in the header value. No `Bearer` prefix or encoding is required. Always use HTTPS to protect the secret in transit.
371372

372373
## Custom Auth Plugins
373374

0 commit comments

Comments
 (0)