Hello everyone,
we are using the callback channel to send messages from rasa to our backends-API when external events occur. Everything works quite fine so far, except that our API-path for the callbacks has to be unsecured. Is there a way to provide authentication (e.g. JWT) for the callback-posts from rasa -> backend?
For other channels (e.g. facebook) you can add authentication parameters, but I couldn’t find anything about credentials for the callback channel.
thanks in advance! Dennis