Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 633 Bytes

resend_otp.md

File metadata and controls

10 lines (8 loc) · 633 Bytes

Resend OTP

While adding the "Resend OTP" feature in your app or website, please check the following cases:

  1. Resend OTP feature is a must incase login with OTP is available to the user. It cannot be omitted at any cost.
  2. Re-sent OTP must not replace the previous OTP - The previous OTP should itself be re-sent.
  3. Resending OTP must be permissible after some valid time gap (ex. 1 minute)
  4. Re-sending should be permissible only for upto 3 times.
  5. There should be a toast/confirmation to the user that the new OTP has been sent.
  6. Incase of a wrong OTP entered by the user, a proper validation error should be shown