Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down