How can i get the token and design my bot for different users?

I want to make authentication on my chatbot. So each user open new session when start the conversation the bot.Before i use the dialogflow api. I was not make request directly to dialogflow api. ı was make request through an node application. So that i can authenticate on node app. How can i do that in rasa. I am using rasa 1.0.1 with rasa x. There is an authentication endpoint. I did some research and find --jwt-secret option for rasa x command. But this for protect the api as I understand it.Please help me