Hello. I am trying to implement JWT in rasa. I followed the steps that was mentioned in the Rasa documentation Rasa HTTP API
I ran the rasa server using the code “rasa run --jwt-secret thisismysecret --jwt-method HS256”
Then, when I hit on the server using post, without any authentication token, the chatbot responded with the message (which should not had happend).
I think the JWT token is used to secure the HTTP API of RASA, not the channel connector, Rest is a channel connector here, not sure if Authentication is implemented for the rest channel.
Hi
Please can you tell me please how exactly you implement this JWT in rasa?
I’m struggling with it.
I want to run my rasa chatbot under nginx using JWT for authentification, but in the docu it doesn’t stay how exactly to implement it.
Can you help me please?