diff options
author | Rob Janssen <rob@devcorner.nl> | 2015-03-19 16:06:01 +0100 |
---|---|---|
committer | Rob Janssen <rob@devcorner.nl> | 2015-03-19 16:06:01 +0100 |
commit | 71e886fd1796cf512ea9fafad0df866023408cd7 (patch) | |
tree | e10ccffbc843dfdeb2021cb234e334d5687241c5 | |
parent | c81807cf6370cb781d6b52d6a01e3e1d695a37ee (diff) | |
download | TwoFactorAuth-71e886fd1796cf512ea9fafad0df866023408cd7.zip TwoFactorAuth-71e886fd1796cf512ea9fafad0df866023408cd7.tar.gz TwoFactorAuth-71e886fd1796cf512ea9fafad0df866023408cd7.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ -#  TwoFactorAuth class for PHP +#  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 most importantly an *improvement* on '[PHPGangsta/GoogleAuthenticator](https://github.com/PHPGangsta/GoogleAuthenticator)'. <p align="center"> -<img src="https://raw.githubusercontent.com/RobThree/TwoFactorAuth/master/img/multifactorauthforeveryone.png"> +<img src="https://raw.githubusercontent.com/RobThree/TwoFactorAuth/master/multifactorauthforeveryone.png"> </p> ## Requirements |