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.
@vikramjeetsingh12352 жыл бұрын
right, can you provide the code ?
@DrzSpectre4 жыл бұрын
Hello, can you give us a link for the whole project? Thank you!
@GMinihisht Жыл бұрын
Thank you sooo much, this video is very helpful.
@edmarvillanueva2942 Жыл бұрын
It's 2023 now, may I ask if you tried and it worked?
@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.
@thepentesterdiariestv59884 жыл бұрын
excellent!! tutorial! great!
@developeraccount4384 жыл бұрын
any email account can scan that barcode? How I enable particular google account can scanned bar code would valid.
@Ns-gq9no5 жыл бұрын
I wish you showed the code or gave the link to the files that you are using at least...
@crooked81685 жыл бұрын
That is not secure, everyone can acces that page. You have to asociate that phone withe ur php app
@ayr7z2 ай бұрын
When I run the code, it doesn't match. What should I do? I did the exact same thing.
@fdgcoronado3 жыл бұрын
What android emulator do you use?
@BEC-VISHALSR2 жыл бұрын
do you have project for Two Factor Authentication using Google Authenticator in jsp,servlet,mysql
@owaishassan27633 жыл бұрын
Beautiful
@nicatquliyev34674 жыл бұрын
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.
@vikramjeetsingh12352 жыл бұрын
share the code please
@subhankarroy2476 Жыл бұрын
This package has been abandoned by the owner. Is there any other package please help ?
@vikramjeetsingh12352 жыл бұрын
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 Жыл бұрын
this can be the email from the oauth2 email
@jaeger96543 жыл бұрын
can it be use for non google email?
@thatgeezeruk Жыл бұрын
yes
@galihridhoutomo4 жыл бұрын
Can Microsoft authacator ?
@hariprasathbanyaninfotech50435 жыл бұрын
any other qr code scanner also get code it is possible?
@danielvillela55293 жыл бұрын
thank you so much!
@U_DYashchitlangi4 жыл бұрын
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.mxrvelle2 жыл бұрын
hello hope you see this, where may i find the autoload.php?
@thatgeezeruk Жыл бұрын
in the vendor folder/directory
@muhammadfirdauszulkanain60694 жыл бұрын
Hello, Are there any ways to make the php generate different secret for each user?
@lonelyplanet54744 жыл бұрын
how can you make the php generate different secret for each user?
@igoreksazonov5 жыл бұрын
also you can use Authy App (the best one), doesnt matter
@masscoinex5 жыл бұрын
where did you get the secret key?
@alphasoundz98502 жыл бұрын
You can use any code you want
@ManishSharma-xu3gf4 жыл бұрын
How to scan code from mobile browser?
@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
@imrulkayes19145 жыл бұрын
what is autoload.php?
@learnWebCoding5 жыл бұрын
It is the file which takes care of all your classes when you create any object dynamically.
@editsensei6876 Жыл бұрын
plz same python django code
@mpavkovic3 жыл бұрын
Please sent me code!
@AlexanderPopovIzmail5 жыл бұрын
TY. also for someone who is interested - github.com/twilio/authy-php
@iarsalanbhai4 жыл бұрын
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 ?
@iarsalanbhai4 жыл бұрын
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