- current: This is the key used to sign the JWT.
- next: This key will be used to sign after you have rolled your keys.
How To
Roll Your Signing Keys
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:
Was this page helpful?