How to Implement Email Verification in ExpressJS

preview_player
Показать описание
How to add email verification in your NodeJS/Express server using nodemailer and Sendinblue.

📣 Follow Coding in Flow on social media:
Рекомендации по теме
Комментарии
Автор

Thanks, This short is more informative than more of the videos in YouTube

sohelshek
Автор

wow thanks for making this into a short.

serispeaks
Автор

Very useful short for me although I just created the otp using otp-generator instead of using a random number.

souvlaki
Автор

i'll fixed this short again.. 😊
i think this time i'll migrate to TS, clean code is my goal in this year. but i still hate to name the function with verbose style. 😂

iancikal
Автор

You are finding the email token and then delete it, that is two requests. I think you can do it with one request. findOneAndDelete returns the deleted document if it existed or null; so you could delete the token, then if it returns a document it was valid, else not. 🤔

amranmohamed
Автор

May my comment not relate to your content, but i want to know to answer for other What kind framework can good catch response and request, assume 100 user at the same time, sir..
Thanks..

junjunghasudungan
Автор

How do you have a full video just on this part?

wmichel
Автор

how do you protect this endpoint from being abused?

tdsora
Автор

hello, do you have full code of this tutorial ?

Trafficfromsky
Автор

Why should I use crypto library and not just math.random() in some mixture with Date.now()?

proevil...
Автор

I really can’t focus while hearing this German accent 😅

semlon
visit shbcf.ru