ReOTP.
ตัวอย่างการใช้งานจริง/เข้าสู่ระบบแบบไม่ต้องพิมพ์เบอร์ (Zero-Type Auth)
1 นาทีในการอ่าน

เข้าสู่ระบบแบบไม่ต้องพิมพ์เบอร์ (Zero-Type Auth)

เข้าสู่ระบบด้วยการคลิกเพียงครั้งเดียว — โดยไม่ต้องพิมพ์อะไรเลย

Overview

Fastest login UX: WhatsApp/Telegram buttons directly with no phone input field. System auto-captures the number from the message.

Implementation

This example uses the same ReOTP API:

1. Call POST /api/verify/init with phoneNumber (optional) and method (WHATSAPP/TELEGRAM/PREDICTIVE).

2. Start polling /api/verify/status?id=<requestId> every 2 seconds.

3. On VERIFIED, execute your business logic.

UI/UX Guidelines

  • Design consistent with ReOTP: dark background (#05050A), Liquid Glass cards with backdrop-blur-xl, white/15 borders.
  • Show a 120-second countdown to create urgency.
  • Use clear single-action buttons (CTA) at each step.
  • Support RTL/LTR via dir.

Live Preview

Try the interactive simulation below to see the full flow.

พื้นที่ทดลองใช้งานแบบโต้ตอบ
แพลตฟอร์มเชื่อมต่อ WhatsApp
เข้าสู่ระบบแบบไม่ต้องพิมพ์ (Zero-Type Auth)welcome1/4
ReOTP Service

ประสบการณ์การเข้าสู่ระบบที่เร็วที่สุด: ปุ่ม WhatsApp และ Telegram โดยตรงโดยไม่มีช่องกรอกหมายเลข ระบบจะจับหมายเลขโดยอัตโนมัติจากข้อความ