3. Integrate Embed

Integrating Embed with your application: code modification essentials

After Embed is configured in Locoia app, you need to modify the code of your own application.

1. Add code for JWT generation

Insert the JWT generating code you've prepared while configuring Embed into the proper place in the code of your application.

2. Update frontend code with iframe

There are two ways to add iframe:

  • iframe embed

  • Native embed

You can find the detailed steps for each option here:

page3.1 iframe vs native embed

Last updated