How do I generate JWT URL for testing the bot locally in an Angular JS framework?

I tried to integrate our bot in an angular js environment and ran into an error with the JWT URL. How should I generate a JWT URL for a local test environment in angular JS?
I already tested the bot in a node js local test environment without providing any JWT URL and it worked fine then.

1 Like

Hi @rashmi.manavalan,

Please refer the following community post that illustrates the steps to integrate the bot in an Angular JS based webApp.

You can generate the JWT URL for a local test environment by using JWT.io .

Please refer the following post for further information:

Regards,
Yoga Ramya.

1 Like