Upstash-Signature
HTTP header.
To verify the jwt you can choose from a
wide array of open source libraries, or roll your
own solution.
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.