14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|