e501690: Add new utility functions
clearEmbeddedKey()
async function, which clears the embedded key within an iframeinitEmbeddedKey()
async function, which reinitializes the embedded key within an iframegetEmbeddedPublicKey()
async function to get the public key of the live embedded key within the iframedangerouslyOverrideIframeKeyTtl
option to override iframe embedded key TTL (for longer lived read/write sessions)requestId
to iframe requests. This allows developers to send multiple requests at once to an iframe, and have the corresponding responses be handled correctly (in order)fad7c37: @turnkey/iframe-stamper
- Implemented MessageChannel API for secure communication between the parent and iframe.
@turnkey/sdk-browser - fixed spelling in package.json @turnkey/sdk-server - fixed spelling in package.json
organizationId
and userId
in injected import and export bundles.applySettings()
sandbox
attribute to iframe elementinjectCredentialBundle
, as opposed to injectRecoveryBundle
(deprecated).ERROR
events (#165)Initial release
e501690: Add new utility functions
clearEmbeddedKey()
async function, which clears the embedded key within an iframeinitEmbeddedKey()
async function, which reinitializes the embedded key within an iframegetEmbeddedPublicKey()
async function to get the public key of the live embedded key within the iframedangerouslyOverrideIframeKeyTtl
option to override iframe embedded key TTL (for longer lived read/write sessions)requestId
to iframe requests. This allows developers to send multiple requests at once to an iframe, and have the corresponding responses be handled correctly (in order)fad7c37: @turnkey/iframe-stamper
- Implemented MessageChannel API for secure communication between the parent and iframe.
@turnkey/sdk-browser - fixed spelling in package.json @turnkey/sdk-server - fixed spelling in package.json
organizationId
and userId
in injected import and export bundles.applySettings()
sandbox
attribute to iframe elementinjectCredentialBundle
, as opposed to injectRecoveryBundle
(deprecated).ERROR
events (#165)Initial release