Upstash-Signature
HTTP header.
You can use this signature to verify the request is coming from QStash.
Receiver
type that simplifies signature verification.
iss
: The issuer must beUpstash
.sub
: The subject must the url of your API.exp
: Verify the token has not expired yet.nbf
: Verify the token is already valid.body
: Hash the raw request body using SHA-256
and compare it with the
body
claim.