minagerges / MODX-GoogleAuthenticatorX

Add 2-factor authentication to MODX manager login.
GNU General Public License v3.0
13 stars 11 forks source link

Google API QR Code no longer working #29

Open okyanet opened 3 months ago

okyanet commented 3 months ago

QR codes generated using the following API are no longer working; apparently Google marked the API as deprecated in 2012 and in Jan 2024 started phasing it out.

https://chart.googleapis.com/chart

Suggest migrating to an alternative such as: https://qrcode.tec-it.com/

i2staies commented 3 months ago

But we have used the project for more than 10 years. Do we need to modify it? This brings great inconvenience.

okyanet commented 3 months ago

But we have used the project for more than 10 years. Do we need to modify it?

Well, it no longer works. So, yes..

muzzwood commented 3 months ago

It looks like there's also a more modern version now available: https://github.com/Jako/TwoFactorX It generates QR codes internally and supports MODX 3. You could try that out @i2staies