Introducing 2FA with Google Authenticator and Node.js

preview_player
Показать описание
With security breaches becoming more common and users password's becoming brute-forced, two-factor authentication is almost a necessity today. If you're running a website with some kind of account system, consider implementing 2FA. Google Authenticator gets you going in minutes!

Pre-requisites:
*Intermediate Javascript experience

My Setup:

#like #subscribe
Рекомендации по теме
Комментарии
Автор

I've researched a little into this and it is a good system so its great your making a tutorial for this!

spikeisback
Автор

very simple, quick and effective. I didn't had to spend 30 mins. Thanks

samareshdas
Автор

most concise tutorial I've watched - thanks

coldclimateoffgrid
Автор

Thanks for providing perfect implementation

vipuljha
Автор

great video man nice explanation within a very short time

nilanjanmajumder
Автор

awesome! curious about its mechanism, it bases on secret and current timestamp to generate token?

ctchan
Автор

awesome video, to the point.
subscribed

Phyxu
Автор

So we need to store secret inside of datbase? How do we store it? Do we hash the secret?

radedev
Автор

Super simple to catch, nice work thanks you! +sub

sknus
Автор

Thanks @Omnidev,
your video help full for me. I have use this example in my project.
It's working proper. so thanks

codingwithvasudev
Автор

so for different user I need to generate a secret and store under their name in DB?

thanigahaivel
Автор

my speakeasy and google authenticator codes are different what should I do

try-bk
Автор

Hi thank you very much clear and consie tutorial, but how doesit dynamically verify OTP which is generated by gauth app?

codingcage
Автор

Helpful video.
Should we make a different secret for each user or what?

yashgulati
Автор

my bro it's ascii not a s c i i 😭

ahmehhhd
Автор

@Omnidev i try this package but token verify false

UmairAli-ueof