Create a JWT
For production applications, sign your JSON Web Token (JWT) server-side using appropriate libraries. Never expose your secret keys in client-side code or third-party web tools.
Create a JWT by specifying its header and payload, and signing it with your JWT HS256 key generated in Heretto CCMS.
Create a JWT HS256 key. See Create an API Key.
This procedure provides the details you need to configure the header, payload, and signature of your JWT. It doesn't provide step by step instructions of how to do it in a specific tool or library.