No video

Introducing 2FA with Google Authenticator and Node.js

  Рет қаралды 41,379

Omnidev

Omnidev

Күн бұрын

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!
This can easily be added to an express.js website and almost any other account system based project.
Pre-requisites:
*Intermediate Javascript experience
*Intermediate Node.js experience
Join us on Discord: theomnidev.com...
My Setup:
My microphone: amzn.to/3bgxoNR
Backup microphone: amzn.to/3qnRf40
Studio laptop: amzn.to/3pctDh3
Desktop Icon Organization Software: bit.ly/3a17Va9
#like #subscribe

Пікірлер: 42
@samareshdas767
@samareshdas767 2 жыл бұрын
very simple, quick and effective. I didn't had to spend 30 mins. Thanks
@spikeisback
@spikeisback 4 жыл бұрын
I've researched a little into this and it is a good system so its great your making a tutorial for this!
@Omnidev_
@Omnidev_ 4 жыл бұрын
+SPIKE IS BACK I always appreciate some extra, but convenient security c:
@TheHarpanOnly
@TheHarpanOnly 3 жыл бұрын
The best tutorial on KZfaq.
@nilanjanmajumder8508
@nilanjanmajumder8508 3 жыл бұрын
great video man ..... nice explanation within a very short time
@Phyx1u5
@Phyx1u5 2 жыл бұрын
awesome video, to the point. subscribed
@codingwithvasudev
@codingwithvasudev Жыл бұрын
Thanks @Omnidev, your video help full for me. I have use this example in my project. It's working proper. so thanks
@Omnidev_
@Omnidev_ Жыл бұрын
I’m glad you figured it out 😁
@francot7717
@francot7717 3 жыл бұрын
Super simple to catch, nice work thanks you! +sub
@cloudkungfu
@cloudkungfu 2 жыл бұрын
Thank youuu mister man!
@rizalkhisyam1659
@rizalkhisyam1659 10 ай бұрын
Best, very good tutorial
@destroylevi
@destroylevi Жыл бұрын
very good video, thanks!
@codingcage5906
@codingcage5906 Жыл бұрын
Hi thank you very much clear and consie tutorial , but how doesit dynamically verify OTP which is generated by gauth app?
@try-b2k
@try-b2k 4 ай бұрын
my speakeasy and google authenticator codes are different what should I do
@sahilsoni750
@sahilsoni750 2 жыл бұрын
Thanks a lot :)
@yashgulati4278
@yashgulati4278 4 жыл бұрын
Helpful video. Should we make a different secret for each user or what?
@DavidTeather
@DavidTeather 2 жыл бұрын
Yes you should, otherwise every user will have the same 2 factor code at the same time rendering it useless
@joe-powell
@joe-powell 4 жыл бұрын
Thank you!
@Omnidev_
@Omnidev_ 4 жыл бұрын
:D
@shubhamgiri9405
@shubhamgiri9405 4 жыл бұрын
Thanks man life saver
@Omnidev_
@Omnidev_ 4 жыл бұрын
I’m happy it helped 😄
@rafaelaugusto7675
@rafaelaugusto7675 Жыл бұрын
This tutorial is good :)
@radedev
@radedev Жыл бұрын
So we need to store secret inside of datbase? How do we store it? Do we hash the secret?
@spaceflightquack
@spaceflightquack 7 ай бұрын
You need the orginal secret to verify this. So just using sha256 would be not good, as you can't get the orginal token back
@ctchan7091
@ctchan7091 Жыл бұрын
awesome! curious about its mechanism, it bases on secret and current timestamp to generate token?
@spaceflightquack
@spaceflightquack 7 ай бұрын
Probably its taking an defined timestamp (every full minute UTC timr) and the token to generate this
@thanigahaivel1808
@thanigahaivel1808 9 ай бұрын
so for different user I need to generate a secret and store under their name in DB?
@moy_4520
@moy_4520 Жыл бұрын
me funciono, excelente
@sahilsoni1449
@sahilsoni1449 2 жыл бұрын
Thanks a lottttttttt
@saradamala7652
@saradamala7652 3 жыл бұрын
Is not working
@cawkcheck
@cawkcheck Жыл бұрын
my bro it's ascii not a s c i i 😭
@Omnidev_
@Omnidev_ Жыл бұрын
I know it’s an acronym, so I’ve always just said the letters. I know it’s correct to pronounce “ask-ee” too
@fajnekontoyoutube9906
@fajnekontoyoutube9906 4 жыл бұрын
Hi
@Omnidev_
@Omnidev_ 4 жыл бұрын
Hi
@betulkaptan6669
@betulkaptan6669 4 жыл бұрын
@Omnidev_
@Omnidev_ 4 жыл бұрын
:D
@jayesa
@jayesa 4 жыл бұрын
Türk de Varmış :D
@niklaskarjalainen807
@niklaskarjalainen807 4 жыл бұрын
i hate my laptop its SHAIT
@ishmaelkanu6575
@ishmaelkanu6575 4 жыл бұрын
Lol
@UmairAli-ue7of
@UmairAli-ue7of Жыл бұрын
@Omnidev i try this package but token verify false
Two Factor Authentication | Node.js & Speakeasy
24:59
Traversy Media
Рет қаралды 80 М.
How does Two-Factor Authentication - 2FA work?
14:04
KacperSzurekEN
Рет қаралды 16 М.
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 34 МЛН
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 29 МЛН
娜美这是在浪费食物 #路飞#海贼王
00:20
路飞与唐舞桐
Рет қаралды 4,8 МЛН
Implementing Google Authentication With Node JS
41:57
Conor Bailey
Рет қаралды 95 М.
2FA: Two Factor Authentication - Computerphile
12:34
Computerphile
Рет қаралды 502 М.
NodeJS & Express - Google OAuth2 using PassportJS
20:33
Kris Foster
Рет қаралды 100 М.
Set up Google OAuth with Next.js using Next-Auth!
21:00
Build SaaS with Ethan
Рет қаралды 25 М.
React User Login and Authentication with Axios
31:37
Dave Gray
Рет қаралды 557 М.
Google Authenticator Implementation with PHP
18:49
Interactive Utopia
Рет қаралды 11 М.
How Hackers Bypass Two-Factor Authentication (2FA)?!
9:20
Loi Liang Yang
Рет қаралды 127 М.
Two Factor Authentication using Google Authenticator in PHP
15:06
learnWebCoding
Рет қаралды 60 М.
Google OAuth 2.0 With NodeJS (No Passport or googleapis)
57:18
TomDoesTech
Рет қаралды 95 М.
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 34 МЛН