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).
What am I missing? Help!!!