OTP BASED

Certified Senior Developer

Hi, 

How can i configure this can anyone suggest ?

  Discussion posts and replies are publicly visible

Parents
  • You mean this interface or this method of authenticating?

    If authenticating - Then you again have 2 ways. Email and SMS. For email, it is pretty simple, you generate a random 4-digit code, keep it saved in a variable and send it via Send Email smart service. Then when the user enters that code, you just validate that against the value saved in the variable. 

    For SMS, you have to use an external API like Twillio.

Reply
  • You mean this interface or this method of authenticating?

    If authenticating - Then you again have 2 ways. Email and SMS. For email, it is pretty simple, you generate a random 4-digit code, keep it saved in a variable and send it via Send Email smart service. Then when the user enters that code, you just validate that against the value saved in the variable. 

    For SMS, you have to use an external API like Twillio.

Children