#11037ac558c Author @andrewkmin - Add optional address parameter for methods intended to be used within the export-and-sign iframe. Also improves documentation (TypeDocs)
#10862fd1d55 Author @amircheikh - Updated TIframeStamperConfig to include clearClipboardOnPaste. Defaulting to true, this will grant the iframe clipboard-write permissions. Allows clipboard to be cleared after pasting in secrets to import.
#945e76d2bf Author @andrewkmin - Pressure-test and add the following functionality: signMessage, signTransaction, clearEmbeddedPrivateKey. Each of these are to be used in very specific scenarios where we want to perform operations with a decrypted key living in an iframe.
a216a47: Add 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
c98c222: - Add support for auth (e.g. via email), and include recovery under it. Note that the preferred path is now to use injectCredentialBundle, as opposed to injectRecoveryBundle (deprecated).