Files
TwoFactorAuth/README.md
T
2014-09-19 01:00:59 +02:00

618 B

TwoFactorAuth class for PHP

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

Requirements

  • Tested on PHP5.4
  • cURL when using the default GoogleQRCodeProvider but you can provide your own QR-code provider.

Usage

TODO For now: see index.php

License

Licensed under MIT license. See LICENSE file for details.