ইন্টিগ্রেশন মডেল (Integration Models)/স্ট্যান্ডার্ড ২ফ্যাক্টর অথেনটিকেশন (Standard 2FA)
1 মিনিট পড়ার সময়
স্ট্যান্ডার্ড ২ফ্যাক্টর অথেনটিকেশন (Standard 2FA)
সংবেদনশীল অপারেশনগুলোর জন্য উচ্চ নিরাপত্তার সঙ্গে ক্যালিকুলার দ্বি-প্রমাণীয় যাচাইকরণ কীভাবে প্রোগ্রাম করবেন।
This system is ideal for financial transactions and admin panels. It ensures the user is physically present and performing the action themselves.
Integration Steps:
1. The user enters their regular Password, which is verified on your server.
2. Instead of sending an SMS, call the /api/verify/init endpoint to start a ReOTP session.
3. Show the ReOTP UI prompting the user to send the code via WhatsApp or Telegram.
4. Your front-end starts polling /api/verify/status.
5. Once the server returns VERIFIED, the user is logged in or allowed to proceed with the sensitive transaction.