Create a login session with your API Key
Your application backend should call
the
GET /v2/auth/session endpoint to create a timed session with your API Key. This
will return a session ID token.Embed the iFrame
Your application backend then
embeds an iFrame in your application frontend, with the Session ID appended to the URL
as a query parameter. The URL should look like this:
iframe-integration.html