Skip to content

Commit 26042cb

Browse files
andreyvitmattvagni
andauthored
Fix algorithm name in request-signing.mdx (#209)
Co-authored-by: Mathias Vagni <[email protected]>
1 parent c6bdb7f commit 26042cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/request-signing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Your workspace has a global HMAC secret, this secret can be viewed and (re)gener
1111
If you have a HMAC secret set up, when you receive a request from Plain you will see a header `Plain-Request-Signature` with the HMAC signature.
1212
You can verify this signature by hashing the request body with your HMAC secret and comparing it to the signature in the header.
1313

14-
**The signature is a SHA-256 hash of the request body, encoded as a hexadecimal string.**
14+
**The signature is a HMAC-SHA256 hash of the request body, encoded as a hexadecimal string.**
1515

1616
### Node example
1717

0 commit comments

Comments
 (0)