Dashboard Configuration
Simply toggle on “Email” in the Log in & User Profile section of the dashboard.Dashboard Configuration
Toggle on “Phone Number” in the Log in & User Profile section of the dashboard.
SMS & Embedded Wallets
When you enable SMS sign-up, you can also enable embedded wallets for your users. This means that when a user signs up with their phone number, they will also receive a wallet that they can use to interact with your application. In order to ensure your end users are adequately protected against attacks like sim swaps, we highly encourage you to enable account MFA (TOTP) via Google Authenticator.Using Dynamic UI
You can trigger Email and SMS signup/login using the Dynamic UI simply by calling the method to trigger the signup/login flow:Headless mode
The dynamic client authentication module enables user authentication via email or SMS. There are two steps - send then verify the OTP. After this point, the user will be logged in.Sending OTPs
The methods below can be used to send/resend one time passwordsVerifying OTPs
After the user has sent an OTP, you can verify it by calling theverifyOTP
method.