How it works
- Nexor computes
HMAC-SHA256(raw_body, signing_secret)and sends it in theX-Nexor-Signatureheader with asha256=prefix. - Your server computes the same HMAC on the raw request body and compares.
HMAC-SHA256(raw_body, signing_secret) and sends it in the X-Nexor-Signature header with a sha256= prefix.