Skip to content

v2.3.0

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 27 Sep 20:37
· 42 commits to main since this release
a6f202a

What's Changed

  • Improved default redirect page visuals when logging in with OAuth from desktop platforms.
    • You now have the option to override said html by passing it to InAppWalletBrowser (.NET default when not overriden) or CrossPlatformUnityBrowser (Unity default when using ThirdwebManager) constructors.
  • ThirdwebClient.Create no longer takes in raw headers, now only takes in general sdk information optionally. This should not affect most users.
    • Improved http client cloning when needed in external modules.