Closed RealSebFox closed 1 month ago
thx for the feedback.
Actually, PHPGangsta/GoogleAuthenticator.php is used only to create secrets but not to see qrcode. To see the QR code, now is used qrcode.min.js, a js file, so logic is executed in your browser, not in Google machines.
You can see commented code here:
// Commented. If you have problems with qr-code.js, you can uncomment and use this
//
About app: you can change README.md and send merge request to promove Open Authenticar, for example 👍
Hello,
I just compare your code with the original code from @PHPGangsta and I noticed one particular difference. This is the currently used getQRCodeGoogleUrl function:
...and this is the current version from PHPGangsta:
I think, the improved version from PHPGangsta is much better, also because it doesn't send my data to Google. Can you please update your code to reflect the changes PHPGangsta made?
Also, it's worth considering to say "TOTP Authenticator" instead of "Google Authenticator". That is more correct, because the functionality is unrelated to Google.
And last but not least: Can you please recommend a non-Google app for authentication in the front-end? Open Authenticator is my personal preference.
Thank you!