Files
TwoFactorAuth/README.md
T
RobThree 480d5a9977 * Authentorization -> Authentication. D'oh!
* Removed nonsense from demo.php and improved text/wording a little
2014-09-19 02:03:01 +02:00

627 B

TwoFactorAuth class for PHP

PHP class for two-factor authentication using TOTP and QR-codes. Inspired, based and mostly an improvement on 'GoogleAuthenticator'.

Requirements

  • Tested on PHP 5.3 and 5.4
  • cURL when using the default GoogleQRCodeProvider but you can provide your own QR-code provider.

Usage

TODO For now: see demo.php

License

Licensed under MIT license. See LICENSE file for details.