How can i create jwt token for access to /chat endpoint?

I want to send request the rasa x /chat endpoint with postman. But when i make a request , get the unauthorized.

I have a more question. When i create quest bot on conversation section and have a token for all requests.

I encoded this token and get the below informations.

How can i create the token like this

I found endpoint. http://localhost:5002/api/auth. when i make request with below the payload, ı can get the access token.

Username and password in payload, generating when I run the rasa with the rasa x command.But ı want to create token for my users.How can i do? Have a idea?

1 Like

Hi @harunkelesoglu, looks like you solved your original issue, i’m a little unclear – do you still need help?