diff --git a/README.md b/README.md index 1c2201c..fc7199d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TwoFactorAuth class for PHP +# ![Logo](https://raw.githubusercontent.com/RobThree/TwoFactorAuth/master/icon.png) TwoFactorAuth class for PHP 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)'. @@ -15,3 +15,5 @@ PHP class for two-factor authentication using [TOTP](http://en.wikipedia.org/wik ## License Licensed under MIT license. See LICENSE file for details. + +[Logo / icon](http://www.iconmay.com/Simple/Travel_and_Tourism_Part_2/luggage_lock_safety_baggage_keys_cylinder_lock_hotel_travel_tourism_luggage_lock_icon_465) under CC0 1.0 Universal (CC0 1.0) Public Domain Dedication diff --git a/TwoFactorAuth.phpproj b/TwoFactorAuth.phpproj index 5ba0e7b..7f9cb0f 100644 --- a/TwoFactorAuth.phpproj +++ b/TwoFactorAuth.phpproj @@ -32,5 +32,6 @@ + \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..65af9b2 Binary files /dev/null and b/logo.png differ