Skip to content

@thirdweb-dev/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 02:08
· 5655 commits to main since this release
42bda87

Minor Changes

  • #2052 94966069 Thanks @ElasticBottle! - feat: add custom auth endpoint authentication strategy support for embeddedWallet

    Configure the endpoint for where the payload is to be sent too over at thirdweb.com/dashboard.

    await embeddedWallet.authenticate({
        strategy: "auth_endpoint",
        payload: "SOME_STRING",
        encryptionKey: ""
    });
    

Patch Changes