0

I need your help to create One Time Password (OTP) using Twilio in JavaScript to generate OTP and verify it using JavaScript.

I have surfed about this in Twilio. They have given Two Factor Authentication to send OTP in PHP, Ruby, C#, Python and Java, but not for JavaScript.

Any one please help me to achieve this Two Factor Authentication using JavaScript.

ZygD
  • 22,092
  • 39
  • 79
  • 102
user3062437
  • 347
  • 1
  • 2
  • 14

1 Answers1

2

Twilio developer evangelist here.

JBux commented with a great link to a blog post that should help, though be aware that some things might be out of date as that post is from 2012.

I'd like to add another suggestion. Authy became a part of the Twilio family earlier this year with a service that makes setting up Two Factor Authentication really easy. There is a great, and up to date, tutorial on implementing Two Factor Authentication in Node.js using Authy on the Twilio site.

Let me know if that helps at all.

philnash
  • 70,667
  • 10
  • 60
  • 88