Authentication in REST and Socket Input channels

Does rasa provides some authentication mechanism in REST and Socket input channels. I want to check if its possible to restrict communication only from certain Chatbot widget? It seems to be feasible only in case Telegram, Facebook etc.

Hello @amardeep thanks for your question! It’s not currently possible with the default connectors we have, but it should be easy enough to implement your own custom connector and add authentication this way. Would that be a solution for you?

Thanks Maxime . I will explore custom connector.