Skip to content

@thirdweb-dev/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 00:15
· 6046 commits to main since this release
c97e51b

Minor Changes

  • #2018 33c9f6b1 Thanks @iketw! - Enforces passing an encryption key for custom jwt auth

    const embedded = useEmbeddedWallet();
    
    embedded.connect({
      jwt: "<token>",
      encryptionKey: "<my-key>",
      strategy: "jwt",
    });

Patch Changes