Because your API needs to be publicly accessible from the internet, you should make sure to verify the authenticity of each request. Upstash provides a JWT with each request. This JWT is signed by your individual secret signing keys. Read more. We are using 2 signing keys:Documentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- current: This is the key used to sign the JWT.
- next: This key will be used to sign after you have rolled your keys.
What happens when I roll my keys?
When you roll your keys, the current key will be replaced with the next key and a new next key will be generated.How to roll your keys
Rolling your keys can be done by going to the QStash UI and clicking on the “Roll keys” button.