Initial commit

This commit is contained in:
root
2025-12-21 10:00:51 -05:00
committed by Sebastian Krupinski
commit b3d456d453
17 changed files with 3693 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "ktrix/authentication-provider-totp",
"description": "Ktrix TOTP (Time-based One-Time Password) authentication provider",
"type": "project",
"autoload": {
"psr-4": {
"KTXM\\AuthenticationProviderTotp\\": "lib/"
}
},
"require": {
"php": ">=8.2"
}
}