We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec0f73 commit e7ed104Copy full SHA for e7ed104
README.md
@@ -21,6 +21,14 @@ on signing headers and request paths, and you probably want to sign the
21
request body too, so body digest calculation according to
22
[Digest Headers][dighdr] is included.
23
24
+Signed HTTP requests are ideal for scenarios like sending webhooks, allowing
25
+recievers to securely verify the request came from your server, mitigate replay
26
+attacks, etc.
27
+
28
+Contrary to the commonly-used `x-hub-signature`, The standards implemented by
29
+this package provide a signature of the entire request, including HTTP headers
30
+and the request path.
31
32
## Usage
33
34
### Signing HTTP Requests in Clients
0 commit comments