Google Authenticator Implementation with PHP

  Рет қаралды 13,370

Interactive Utopia

Interactive Utopia

Күн бұрын

Пікірлер: 17
@donesposito
@donesposito 4 ай бұрын
Thank you! Your implementation and explanation in this video worked like a charm.
@helloholahi
@helloholahi Жыл бұрын
super great tutorial!! 🙂 very clear, you explain things well with enough details to understand everything, thanks for sharing this!
@InteractiveUtopia
@InteractiveUtopia Жыл бұрын
Glad it was helpful!
@JoshRosario310
@JoshRosario310 7 ай бұрын
Great tutorial, thank you very much.
@ElmoPlayss
@ElmoPlayss 2 ай бұрын
this does nothing, I scan the QR code, enter the numbers and press verify, yet nothing happens at all, and it doesn't matter what I put in
@yeslouise9317
@yeslouise9317 Жыл бұрын
thanks. is it advisable to store the secret keys in the database? I'm only limited to this option right now.
@InteractiveUtopia
@InteractiveUtopia Жыл бұрын
Not advisable, but many times as states it is the only feasible way
@virgilesahaguian2133
@virgilesahaguian2133 8 ай бұрын
Question, how can we link that with the google auth application ?
@InteractiveUtopia
@InteractiveUtopia 8 ай бұрын
Via a generated QR code
@CarloOmbri
@CarloOmbri Жыл бұрын
Hello, my web host does not use imagemagick extension but GD2. How can I change the code? thanks
@InteractiveUtopia
@InteractiveUtopia Жыл бұрын
I am guessing this is for the QR code generator. Have you tried a different one? If you got the url to be created that is the important part. Then use that url in your QR generation app of your choice. You can even use a system online (not super safe nor recommended in this case) but you can use it to test your code.
@helloholahi
@helloholahi Жыл бұрын
you can modify your code this way: - comment or remove this line: use BaconQrCode\Renderer\Image\ImagickImageBackEnd; - add this line instead (or below the previous one): use BaconQrCode\Renderer\Image\SvgImageBackEnd; this will load the Svg library instead of the Imagick one, which doesn't require Imagick or GD, and will generate a .svg image, which is lighter and more high-density pixels screens friendly. - this portion of code: $renderer = new ImageRenderer( new RendererStyle(250), new ImagickImageBackEnd() ); becomes: $renderer = new ImageRenderer( new RendererStyle(250), new SvgImageBackEnd() ); - then change the file name from .png to .svg - the tag becomes:
@InteractiveUtopia
@InteractiveUtopia Жыл бұрын
Thanks for the help!
@xXNJEEBXx
@xXNJEEBXx Жыл бұрын
thanks i love you
@InteractiveUtopia
@InteractiveUtopia Жыл бұрын
Glad it helped
@yhgtbsm
@yhgtbsm 24 күн бұрын
Does anyone knows a way to add the logo to the reqistration qr code, so that the custom logo will show inside the Google or MS authenticator app? I've already tried few options, but nothing. Even tried using chatgppt, but it turned out to be completely useless going around in circles 😂
What’s the Best Two-Factor App?
9:23
Ask Leo!
Рет қаралды 18 М.
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 2,2 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 33 МЛН
Two Factor Authentication using Google Authenticator in PHP
15:06
learnWebCoding
Рет қаралды 62 М.
Two-Factor Authentication (2FA) in Python
12:20
NeuralNine
Рет қаралды 49 М.
Meta Threads API Login using PHP
11:35
Interactive Utopia
Рет қаралды 30
Путин ответил на угрозы Трампа
7:21
Diplomatrutube
Рет қаралды 1,6 МЛН
Two-Factor Authentication | XAMPP, PHP, SQL, HTML, JAVASCRIPT, CSS
6:14
Scammers REGRET Challenging An FBI Agent!
21:02
Scambaiter
Рет қаралды 2,3 МЛН
Create a Google Login Page in PHP
10:46
Dave Hollingworth
Рет қаралды 6 М.
Don't Use Websockets (Until You Try This…)
6:46
Code With Ryan
Рет қаралды 323 М.