Two Factor Authentication using Google Authenticator in PHP

  Рет қаралды 62,531

learnWebCoding

learnWebCoding

Күн бұрын

Пікірлер
@awaisahmad5908
@awaisahmad5908 5 ай бұрын
great video so simple and so easy
@SmileySatwik
@SmileySatwik 8 ай бұрын
Thank you so much.. Great explanation❤🎉
@ahmedjoo1858
@ahmedjoo1858 3 жыл бұрын
This video by itself is not a second layer of security, anyone who gains access to user password can install the authenticator app and access the system. You have to mention that the QR code page is displayed to user only ONE time, the database is updated to prevent this page from being displayed again, and a replacement page with a simple input text message to accept user input of google authenticator app.
@vikramjeetsingh1235
@vikramjeetsingh1235 2 жыл бұрын
right, can you provide the code ?
@DrzSpectre
@DrzSpectre 4 жыл бұрын
Hello, can you give us a link for the whole project? Thank you!
@GMinihisht
@GMinihisht Жыл бұрын
Thank you sooo much, this video is very helpful.
@edmarvillanueva2942
@edmarvillanueva2942 Жыл бұрын
It's 2023 now, may I ask if you tried and it worked?
@mistaphi5408
@mistaphi5408 Жыл бұрын
@@edmarvillanueva2942 I've tried it but it's not working... Getting the following error: Fatal error: Uncaught Error: Call to undefined method Sonata\GoogleAuthenticator\GoogleQrUrl::generated() This has been abandoned & they've also removed the example.php file. Sucks and was a complete waste of time.
@thepentesterdiariestv5988
@thepentesterdiariestv5988 4 жыл бұрын
excellent!! tutorial! great!
@developeraccount438
@developeraccount438 4 жыл бұрын
any email account can scan that barcode? How I enable particular google account can scanned bar code would valid.
@Ns-gq9no
@Ns-gq9no 5 жыл бұрын
I wish you showed the code or gave the link to the files that you are using at least...
@crooked8168
@crooked8168 5 жыл бұрын
That is not secure, everyone can acces that page. You have to asociate that phone withe ur php app
@ayr7z
@ayr7z 2 ай бұрын
When I run the code, it doesn't match. What should I do? I did the exact same thing.
@fdgcoronado
@fdgcoronado 3 жыл бұрын
What android emulator do you use?
@BEC-VISHALSR
@BEC-VISHALSR 2 жыл бұрын
do you have project for Two Factor Authentication using Google Authenticator in jsp,servlet,mysql
@owaishassan2763
@owaishassan2763 3 жыл бұрын
Beautiful
@nicatquliyev3467
@nicatquliyev3467 4 жыл бұрын
Thank you for tutorial, i made demo application wiith mysql php and angular. Each user has its own Authentication secret and they can access this page only if they register and go to settings tab to setup 2 factor auth. Then app will ask whenever they want to login again.
@vikramjeetsingh1235
@vikramjeetsingh1235 2 жыл бұрын
share the code please
@subhankarroy2476
@subhankarroy2476 Жыл бұрын
This package has been abandoned by the owner. Is there any other package please help ?
@vikramjeetsingh1235
@vikramjeetsingh1235 2 жыл бұрын
nice tutorial but i have a few doubts, # what is durgesh in generate code? # how it will provide security to multiple users login ? anyone with the authenticator app can scan code to any user's login and can enter into application.
@thatgeezeruk
@thatgeezeruk Жыл бұрын
this can be the email from the oauth2 email
@jaeger9654
@jaeger9654 3 жыл бұрын
can it be use for non google email?
@thatgeezeruk
@thatgeezeruk Жыл бұрын
yes
@galihridhoutomo
@galihridhoutomo 4 жыл бұрын
Can Microsoft authacator ?
@hariprasathbanyaninfotech5043
@hariprasathbanyaninfotech5043 5 жыл бұрын
any other qr code scanner also get code it is possible?
@danielvillela5529
@danielvillela5529 3 жыл бұрын
thank you so much!
@U_DYashchitlangi
@U_DYashchitlangi 4 жыл бұрын
hey can u help this one out My requirement is only the new users should get the 2 step verification page is it possible
@ms.mxrvelle
@ms.mxrvelle 2 жыл бұрын
hello hope you see this, where may i find the autoload.php?
@thatgeezeruk
@thatgeezeruk Жыл бұрын
in the vendor folder/directory
@muhammadfirdauszulkanain6069
@muhammadfirdauszulkanain6069 4 жыл бұрын
Hello, Are there any ways to make the php generate different secret for each user?
@lonelyplanet5474
@lonelyplanet5474 4 жыл бұрын
how can you make the php generate different secret for each user?
@igoreksazonov
@igoreksazonov 5 жыл бұрын
also you can use Authy App (the best one), doesnt matter
@masscoinex
@masscoinex 5 жыл бұрын
where did you get the secret key?
@alphasoundz9850
@alphasoundz9850 2 жыл бұрын
You can use any code you want
@ManishSharma-xu3gf
@ManishSharma-xu3gf 4 жыл бұрын
How to scan code from mobile browser?
@thatgeezeruk
@thatgeezeruk Жыл бұрын
good question :)😀 you can take a screen shot and when you view it in gallery some phones recognise there is a qr code in the image
@imrulkayes1914
@imrulkayes1914 5 жыл бұрын
what is autoload.php?
@learnWebCoding
@learnWebCoding 5 жыл бұрын
It is the file which takes care of all your classes when you create any object dynamically.
@editsensei6876
@editsensei6876 Жыл бұрын
plz same python django code
@mpavkovic
@mpavkovic 3 жыл бұрын
Please sent me code!
@AlexanderPopovIzmail
@AlexanderPopovIzmail 5 жыл бұрын
TY. also for someone who is interested - github.com/twilio/authy-php
@iarsalanbhai
@iarsalanbhai 4 жыл бұрын
hello, i tried the same code with same secret key, the problem i am getting is that the verification code is not same on phone and php app what's the reason ?
@iarsalanbhai
@iarsalanbhai 4 жыл бұрын
problem solved, but you need to explain little about the algo flow, algo works with the time before code verification you must need to check your computer or server time zone it must match with the end-user mobile phone otherwise verification process will not work that what I was facing, :D
@sureshkumarsinha1853
@sureshkumarsinha1853 5 жыл бұрын
Aap Hindi mai bat karte to jayada samaj aata
Two Factor Authentication | Node.js & Speakeasy
24:59
Traversy Media
Рет қаралды 82 М.
Google Authenticator Implementation with PHP
18:49
Interactive Utopia
Рет қаралды 13 М.
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 102 МЛН
Farmer narrowly escapes tiger attack
00:20
CTV News
Рет қаралды 13 МЛН
What’s the Best Two-Factor App?
9:23
Ask Leo!
Рет қаралды 18 М.
Путин ответил на угрозы Трампа
7:21
Diplomatrutube
Рет қаралды 2,4 МЛН
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 102 МЛН