How can I get the Bearer Token in Rasa Open Source API

Hi,

I am using Rasa Open source APIs to get the INTENT and ENTITIES. I am able to achieve that. But I want to secure my API’s.

When I go through the rasa documentation, I found two methods:

  1. Token-Based Auth
  2. JWT Based Auth

I am succeded using the Token-Based Auth. Now I am trying to make it work with JWT, but I am unable to find a way to get the Authorization Bearer Key. I have followed the below steps:

Step:1

I am running my Rasa with the below Command: rasa run --enable-api --jwt-secret thisismysecret

After that, I am confused, because I don’t find a way to get the Authorization Bearer Key.

Can anyone help me how can i get the Authorization Bearer Key?

Hi @sunil13 were you able to solve it? And what frontend are you using? Can you attach a screenshot of the frontend code