User JWT Generator

LAST EDIT Mar 19 2024

You can use the JWT generator on this page to generate a User Token JWT without needing to set up a server client. You can use this token for prototyping and debugging; usually by hardcoding this into your application or passing it as an environment value at initialization.

You will need the following values to generate a token:

  • User ID : A unique string to identify a user.

  • API Secret: You can find this value in the Dashboard.

To generate a token, provide a User ID and your API Secret, to the following generator:

Please enter a Secret and Stream User ID

For more information on how JWT works, please visit https://jwt.io.