Verify a Shieldz webhook signature. Pass the raw request body, not a
re-serialized object. Header: t=<unix>,v1=<hex>[,v1=<hex>] (multiple v1
values during the 24h rotation overlap); the signed payload is ${t}.${body}.
Resolves true, or rejects with SignatureVerificationError.
Verify a Shieldz webhook signature. Pass the raw request body, not a re-serialized object. Header:
t=<unix>,v1=<hex>[,v1=<hex>](multiple v1 values during the 24h rotation overlap); the signed payload is${t}.${body}. Resolves true, or rejects with SignatureVerificationError.