RobThree TwoFactorAuth Versions Save

PHP library for Two Factor Authentication (TFA / 2FA)

v2.1.0

6 months ago

tl;dr Cleaned up code and support for Endroid QR Code 5

What's Changed

New Contributors

Full Changelog: https://github.com/RobThree/TwoFactorAuth/compare/v2.0.0...v2.1.0

v2.0.0

1 year ago

This release bumps the minimum supported PHP version to 8.1, the oldest actively supported PHP version at this time, and makes use of the newer features that enables.

What's Changed

New Contributors

Full Changelog: https://github.com/RobThree/TwoFactorAuth/compare/1.8.2...v2.0.0

v2.0.0-RC1

1 year ago

Testing #101, full release to follow

1.8.2

2 years ago

tl;dr This release fixes support for PHP 8 and 8.1 and Endroid QR Code 4 and vastly improves the automated testing

What's Changed

New Contributors

Full Changelog: https://github.com/RobThree/TwoFactorAuth/compare/1.8.1...1.8.2

1.8.1

2 years ago
  • Added GoogleChartsQrCodeProvider (#79)

1.8.0

3 years ago

Extra special thanks to @willpower232 for a lot / most of the work put in this version! 🙏

1.7.0

4 years ago

1.6.7

4 years ago

image-charts.com decided to start watermarking QR codes...

1.6.6

5 years ago

Google image charts has gone dark; replaced the GoogleQRCodeProvider with ImageChartsQRCodeProvider

1.6.5

5 years ago

Improved verifyCode() a little.