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.

https://test-discourse.kore.ai/t/integrating-bot-with-webapp-developed-in-angular/531

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

Please refer the following post for further information:

https://test-discourse.kore.ai/t/jwtgrant-giving-400-as-response/557/4

Regards,
Yoga Ramya.

1 Like