Designing your embedded wallet implementation
crypto.subtle.generateKey()
IndexedDBStamper
that simplify authentication flowsIndexedDbClient
for full e2e authentication flows.
Iframe-based session: Turnkey hosts a secure iframe at https://auth.turnkey.com which can be used to store the session credential
used to authorize actions, without exposing those credentials to your app. This method is secure and browser-isolated, but: