diff --git a/README.md b/README.md index b6a9bd9..9cd8632 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TwoFactorAuth class for PHP -PHP class for two-factor authorization using [TOTP](http://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) and [QR-codes](http://en.wikipedia.org/wiki/QR_code). Inspired, based and mostly an improvement on '[GoogleAuthenticator](https://github.com/PHPGangsta/GoogleAuthenticator)'. +PHP class for two-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, based and mostly an improvement on '[GoogleAuthenticator](https://github.com/PHPGangsta/GoogleAuthenticator)'. ## Requirements diff --git a/demo.php b/demo.php index 7cef0a1..ba64627 100644 --- a/demo.php +++ b/demo.php @@ -4,22 +4,22 @@ Demo - + +

Note: Make sure your server-time is NTP-synced! Depending on the $discrepancy allowed your time cannot drift too much from the users' time!