How to control access to embedded internotes and maps
Public internotes and maps can be embedded without any authentication. For private content, you need to generate a signed token from your server and pass it to the embed.
Use your Internote API key to sign a token server-side:
Pass the token to the embed component:
Tokens expire after the time specified in expiresIn. Generate fresh tokens on each page load — do not cache them client-side.
Never expose your API key in client-side code. Token generation must happen on your server.