diff options
author | Rob Janssen <rob@devcorner.nl> | 2015-03-20 15:17:44 +0100 |
---|---|---|
committer | Rob Janssen <rob@devcorner.nl> | 2015-03-20 15:17:44 +0100 |
commit | 3fb25bf352b78b92c40882c851b4e55f05d267b5 (patch) | |
tree | 5490b39a2ffe306873218f2da96b356e14e1ee83 | |
parent | 83fcd7f1418c852ce33062bf535b0c161a5047b8 (diff) | |
download | TwoFactorAuth-3fb25bf352b78b92c40882c851b4e55f05d267b5.zip TwoFactorAuth-3fb25bf352b78b92c40882c851b4e55f05d267b5.tar.gz TwoFactorAuth-3fb25bf352b78b92c40882c851b4e55f05d267b5.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #  TwoFactorAuth class for PHP +[](https://travis-ci.org/RobThree/TwoFactorAuth/builds) [](https://packagist.org/packages/robthree/twofactorauth) [](LICENSE) [](https://packagist.org/packages/robthree/twofactorauth) PHP class for [two-factor (or multi-factor) authentication](http://en.wikipedia.org/wiki/Multi-factor_authentication) using [TOTP](http://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) and [QR-codes](http://en.wikipedia.org/wiki/QR_code). Inspired by, based on but most importantly an *improvement* on '[PHPGangsta/GoogleAuthenticator](https://github.com/PHPGangsta/GoogleAuthenticator)'. |