Phone Authentication REST API using Twilio service in NodeJS OTP Verification

preview_player
Показать описание
In this video, we'll show you how to use Twilio's phone authentication REST API to verify a user's phone number is valid. We'll use the NodeJS OTP Verification module to do the verification.
React Firebase Authentication Tutorial
This phone authentication REST API using Twilio service is a great way to ensure that only authorized phones are allowed to make calls or send messages through your application. It's especially useful for security applications or applications that need to verify phone numbers before allowing users to login. Watch this video to learn how to create and use this API!
Please do like share and comment if you like the video please do hit like and if you have any query please write it comment box
Phone Authentication REST API using Twilio service in NodeJS
otp verfication nodejs
You can support me by buying a coffee for me

Please do subcribe my other video tutorials
Thanks for watching
Nest
reactjs tutorial for beginners in hindi
reactjs tutorial for beginners in tamil
reactjs tutorial for beginners in telugu
reactjs tutorial 2023
reactjs tutorial for beginners 2022
reactjs tutorial code with harry
reactjs tutorial in amharic
reactjs tutorial in hindi yahoo baba
reactjs tutorial in hindi code step by step
reactjs tutorial for beginners with project
reactjs tutorial in hindi in one video
reactjs tutorial in hindi for beginners
reactjs tutorial in hindi code with harry
reactjs tutorial in hindi 2023
reactjs tutorial in hindi geeky shows
react js tutorial in hindi 2022
react js tutorial in hindi with project
react js tutorial in hindi tech gun
reactjs tutorial in hindi wscube tech
reactjs tutorial in hindi apna college

Have a Great Day !!!
Рекомендации по теме
Комментарии
Автор

twilio trial account can send otp to verified numbe what about remaining numbers??

RockStar
Автор

where did you get the message service id

shubhamjaiswal
Автор

Having the OTP field global in the file is no recommended and not a good implementation. Imagine two users request otps. The first user's OTP will be overwritten by the last user and they will receive invalid otp. Now scale that up to a mass production application. It becomes randomic if you will be able to validate or not. The good approach should be to create an otp field for each user and save the value there. Then, we the user enters the otp, you match the value from that particular user's otp field.

ishwaksharda
Автор

Means plzzz make a whole process video

SSCODanish
Автор

Following same process.
I receive OTP to my mobile number which is also in Twilio account.
but when i enter other's number they are not getting OTP
[ RestException [Error]: The number is unverified. ] err is coming.
What to do?

skmahmoodsameer
Автор

Is Twilio SMS gateway free? Where can I find its pricing?

krishnakanthati
Автор

to : I placed that req.body.number. but OTP is generated but not show on msg in my OTP.

rajkumarp
Автор

dont use its useless twilio trail account only sent sms to verified number which is yours only, i wasted my time

yashvijaybombale
Автор

With this aproach you don't avoid Toll Fraud... If anyone find this route and send multiple requests do signup with fake numbers, you will spend a fortune in SMS.

gtcwebdev