You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.