mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-30 20:16:48 +00:00
Update README.md
This commit is contained in:
@@ -5,7 +5,7 @@ PHP class for two-factor authentication using [TOTP](http://en.wikipedia.org/wik
|
||||
## Requirements
|
||||
|
||||
* Tested on PHP 5.3 and 5.4
|
||||
* [cURL](http://php.net/manual/en/book.curl.php) when using the default `GoogleQRCodeProvider` but you can provide your own QR-code provider.
|
||||
* [cURL](http://php.net/manual/en/book.curl.php) when using the provided `GoogleQRCodeProvider` (default), `QRServerProvider` or `QRicketProvider` but you can also provide your own QR-code provider.
|
||||
|
||||
|
||||
## Usage
|
||||
@@ -14,4 +14,4 @@ PHP class for two-factor authentication using [TOTP](http://en.wikipedia.org/wik
|
||||
|
||||
## License
|
||||
|
||||
Licensed under MIT license. See LICENSE file for details.
|
||||
Licensed under MIT license. See LICENSE file for details.
|
||||
|
||||
Reference in New Issue
Block a user