Dashboard Configuration
Simply toggle on “Email” in the Log in & User Profile section of the dashboard.Using our UI
Once toggled on, these methods will be available in the Dynamic widget.Using your UI
- React
- React Native
- Javascript
- Swift
- Flutter
All we will need for this use case is the useConnectWithOtp hook. This exposes multiple methods, and we are interested primarily in the following:
- connectWithEmail
- verifyOneTimePassword
React