ReOTP.
Use Cases/Standard 2FA After Password
1 min read

Standard 2FA After Password

Maximum security for sensitive operations with ReOTP

Overview

User enters password first, then confirms identity via WhatsApp/Telegram. Ideal for banks and admin panels.

Implementation

1. After server-side password success: call POST /api/verify/init with phoneNumber and method.

2. Show embedded ReOTP screen with countdown.

3. Poll status every 2s until VERIFIED.

4. On success: grant access to /dashboard.

UI/UX Guidelines

  • Clearly show the two steps (Step 1: Password, Step 2: ReOTP).
  • Use blue + emerald accents.
  • Show QR or copyable link.
Interactive Playground
WhatsApp Linking Platform
Standard 2FA After Passwordpassword1/4
Account Login

User enters password first, then confirms identity via WhatsApp/Telegram. Ideal for banks and admin panels.