setShowAuthFlow
opens dynamic profile in non-multi-wallet, logged in statesonOtpVerificationResult
so you can easily listen to success and failure for email and sms.
The signature of this new callback looks like the following
const {setShowLinkNewWalletModal} = useDynamicContext();
overrides
prop on the DynamicContextProvider settings object, whereas before it lived directly in the settings object.
connectWithEmail
and verifyOneTimePassword
functions. It supports both Dynamic native login and our Magic integration.
useDynamicContext
and allows you to trigger the link new wallet method programmatically.
initialAuthenticationMode
prop on DynamicContextProvider
but this would be set in stone once the app loads. Now you can also set it programmatically via the setAuthMode
method on useDynamicContext
.