Jwt authentication in Rasa x using Web-hooks

hey there i got to know that new version of rasa x has released this feature ::—> Added an endpoint for accepting WebSocket connections on /api/ws . In order to authenticate with the WebSocket server, the client must send a JSON message with the following content: {"Authorization": "Bearer <JWT of user>"} .

can some one explain me how does this work

Hi @sheggam_harshith, the ability to connect via WebSocket is still in development and our plan is to use it in the future to improve how the user interface communicates with the Rasa X server (e.g. for chat messages). But other than that, it is currently not usable by end users (though it is documented anyways).

Thank you for your reply @fede