mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-21 03:33:42 +00:00
a85f44120cd88a00025fb9b648af52f10d128f71
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 provided
GoogleQRCodeProvider(default),QRServerProviderorQRicketProviderbut you can also provide your own QR-code provider.
Usage
TODO For now: see demo.php
License
Licensed under MIT license. See LICENSE file for details.
Description
Languages
PHP
100%