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.

ইন্টারেক্টিভ প্লেগ্রাউন্ড
হোয়াটসঅ্যাপ সংযোগ প্ল্যাটফর্ম
একক লেখা ছাড়া লগইন (জিরো-টাইপ অথেন্টিকেশন)welcome1/4
ReOTP Service

দ্রুততম লগইন অভিজ্ঞতা: নম্বর ইনপুট ফিল্ড ছাড়াই সরাসরি হোয়াটসঅ্যাপ এবং টেলিগ্রাম বোতাম। সিস্টেম স্বয়ংক্রিয়ভাবে বার্তা থেকে নম্বরটি সংগ্রহ করে।