A two-step verification component. Users enter their email, receive a code, and enter it to authenticate.
Properties
Features
- Step 1: Email input to receive OTP
- Step 2: Code input boxes (4-6 digits)
- Auto-focus next input on digit entry
- Auto-submit when all digits are entered
- Code expiry timer
- Resend code option
Usage
- Insert the component on your OTP page
- Configure the code length (4 or 6 digits)
- Set the expiry time based on your security needs
- The backend sends the code via email using your branding settings
OTP verification is great as a second factor after email/password sign-in, or as a standalone passwordless authentication method.