Google binning SMS MFA and replacing it with QR codes • The Register
Google binning SMS MFA and replacing it with QR codes • The Register
Google binning SMS MFA and replacing it with QR codes • The Register
You're viewing a single thread.
I'm confused about how this is supposed to act as a second authentication factor 🤔
A guess/suggestion:
You have an app with a private key. The qr code contains data encrypted with the corresponding public key. Your app decrypts the data and transmits it to googles servers, proving you are in possession of the secret key.
oh so it would just be app-based MFA but without using TOTP. That makes sense