diff options
author | Rob Janssen <rob@devcorner.nl> | 2015-03-20 10:46:01 +0100 |
---|---|---|
committer | Rob Janssen <rob@devcorner.nl> | 2015-03-20 10:46:01 +0100 |
commit | 767f11d62be2acb787b1cfb839fea690baa323ba (patch) | |
tree | 96a6abe04e807ebb26dbf819d6d4ab208fa5ba2b | |
parent | 5f4862b19e18a0b51dd2069293ecd51744b393db (diff) | |
download | TwoFactorAuth-767f11d62be2acb787b1cfb839fea690baa323ba.zip TwoFactorAuth-767f11d62be2acb787b1cfb839fea690baa323ba.tar.gz TwoFactorAuth-767f11d62be2acb787b1cfb839fea690baa323ba.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #  TwoFactorAuth class for PHP +[](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)'. <p align="center"> |