Mar 06 2024 09:22 AM
Our application has two components. The tab and the bot. We did the authentication to our backend service in the tab part. So we can make API calls to our backend service from the tab component.
But when we move to bot, we can't make the API calls from there. As we don't have the session ID and other authentication details. Can someone tell what would be a better approach to send the authentication details from tab to the bot side, so we can make API calls from bot env. as well.
Mar 07 2024 12:30 AM
Hi @ray2408 - Thanks for raising the query.
We will look into it and let you know the updates.
Mar 13 2024 02:23 AM