Question How to integrate *login page .html* with *Google Auth* ?

Jul 31, 2021
2
0
10
I wish you all doing good,

ba.jpg

i've spend couple of days searching online trying to find a successful example on how to integrate google authenticator bar code to login page and actually work without any errors,
there is very few topics that treated this subject - this maybe simple but i'm trying to learn as much as possible.

here is a simple login_test.html that i'm working on - integrating google authenticator to this file will help understand.
 
When the legitimate user logs in with the applicable username and password then your website must send the authorization code from the website to the legitimate user's phone and/or email address.

That phone number or email address is established as part of the user's initial registration process.

Google "How to implement Google two factor authentication on my website?"

I found a number of links. For example:

https://stackoverflow.com/questions/44788632/how-to-add-google-authenticator-to-my-website

https://support.google.com/accounts/answer/1066447?hl=en&co=GENIE.Platform=Android

https://support.google.com/accounts...fer-google-authenticator-codes-to-a-new-phone

Try to set up 2FA as you envision working for your website's requirements.

If there is a specific problem or issue then post what you tried and what happened (or did not happen) with respect to the process.
 
  • Like
Reactions: Dennis.Connelly