diff options
author | Rob Janssen <rob@devcorner.nl> | 2014-09-20 02:09:57 +0200 |
---|---|---|
committer | Rob Janssen <rob@devcorner.nl> | 2014-09-20 02:09:57 +0200 |
commit | db7a0e420125587579c0a92f54556978bffebb67 (patch) | |
tree | 86252344b5f0406e381178f7b5756b555135ca2f | |
parent | d1ca8f05bc3c8b61205ce922ab646f8e3d8d25f0 (diff) | |
download | TwoFactorAuth-db7a0e420125587579c0a92f54556978bffebb67.zip TwoFactorAuth-db7a0e420125587579c0a92f54556978bffebb67.tar.gz TwoFactorAuth-db7a0e420125587579c0a92f54556978bffebb67.tar.bz2 |
* More typo's
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #  TwoFactorAuth class for PHP -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 mostly importantly an *improvement* on '[PHPGangsta/GoogleAuthenticator](https://github.com/PHPGangsta/GoogleAuthenticator)'. +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"> <img src="https://raw.githubusercontent.com/RobThree/TwoFactorAuth/master/multifactorauthforeveryone.png"> |