diff options
author | Rob Janssen <rob@devcorner.nl> | 2015-04-06 20:52:43 +0200 |
---|---|---|
committer | Rob Janssen <rob@devcorner.nl> | 2015-04-06 20:52:43 +0200 |
commit | 1d0a9432e683637b44946e8d8e6013dad8feeb47 (patch) | |
tree | 8cc7ea8b069984d41c279980cfc43a5a4055f0b8 | |
parent | 3b3e723bea69aa8aff0ab6faeebb151a624c6832 (diff) | |
download | TwoFactorAuth-1d0a9432e683637b44946e8d8e6013dad8feeb47.zip TwoFactorAuth-1d0a9432e683637b44946e8d8e6013dad8feeb47.tar.gz TwoFactorAuth-1d0a9432e683637b44946e8d8e6013dad8feeb47.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #  TwoFactorAuth class for PHP -[](https://travis-ci.org/RobThree/TwoFactorAuth/) [](https://packagist.org/packages/robthree/twofactorauth) [](LICENSE) [](https://packagist.org/packages/robthree/twofactorauth) [](http://hhvm.h4cc.de/package/robthree/twofactorauth) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6MB5M2SQLP636 "Keep me off the streets") +[](https://travis-ci.org/RobThree/TwoFactorAuth/) [](https://packagist.org/packages/robthree/twofactorauth) [](LICENSE) [](https://packagist.org/packages/robthree/twofactorauth) [](http://hhvm.h4cc.de/package/robthree/twofactorauth) [](https://codeclimate.com/github/RobThree/TwoFactorAuth) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6MB5M2SQLP636 "Keep me off the streets") 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)'. |