User JWT Generator

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
© Getstream.io, Inc. All Rights Reserved.