diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 77d745f..f1ecec5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,24 +1 @@ -.gitattributes abmmhasan@users.noreply.github.com -.github/CODEOWNERS abmmhasan@users.noreply.github.com -.github/dependabot.yml abmmhasan@users.noreply.github.com -.github/workflows/build.yml abmmhasan@users.noreply.github.com -.gitignore abmmhasan@users.noreply.github.com -LICENSE abmmhasan@users.noreply.github.com -README.md abmmhasan@users.noreply.github.com -SECURITY.md abmmhasan@users.noreply.github.com -captainhook.json abmmhasan@users.noreply.github.com -composer.json abmmhasan@users.noreply.github.com -phpunit.xml abmmhasan@users.noreply.github.com -pint.json abmmhasan@users.noreply.github.com -rector.php abmmhasan@users.noreply.github.com -src/Common.php abmmhasan@users.noreply.github.com -src/Exceptions/OCRAException.php abmmhasan@users.noreply.github.com -src/HOTP.php abmmhasan@users.noreply.github.com -src/OCRA.php abmmhasan@users.noreply.github.com -src/OTP.php abmmhasan@users.noreply.github.com -src/TOTP.php abmmhasan@users.noreply.github.com -tests/ArchTest.php abmmhasan@users.noreply.github.com -tests/GenericOTPTest.php abmmhasan@users.noreply.github.com -tests/HOTPTest.php abmmhasan@users.noreply.github.com -tests/OCRATest.php abmmhasan@users.noreply.github.com -tests/TOTPTest.php abmmhasan@users.noreply.github.com +* @abmmhasan @infocyph diff --git a/README.md b/README.md index 4161d1a..1435b48 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ![Packagist Version](https://img.shields.io/packagist/v/infocyph/otp) ![Packagist PHP Version](https://img.shields.io/packagist/dependency-v/infocyph/otp/php) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/infocyph/otp) +[![]()](https://visitor-badge.laobi.icu/badge?page_id=infocyph.com) Simple but Secure AIO OTP solution. Supports, diff --git a/composer.json b/composer.json index 5438f5d..75b744e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "infocyph/otp", - "description": "Simple but Secure OTP solution!", + "description": "Simple & Secure Generic OTP, OCRA (RFC6287), TOTP (RFC6238) & HOTP (RFC4226) solution!", "type": "library", "license": "MIT", "authors": [