mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 12:11:40 +00:00
* Added logo / icon
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# TwoFactorAuth class for PHP
|
||||
#  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
|
||||
|
||||
@@ -32,5 +32,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="LICENSE" />
|
||||
<Content Include="logo.png" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user