mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
63d8cfcf87
It was suggested to move the WebAuthn library form admin/tool/mfa/webauthn/.extlib to lib/webauthn
24 lines
494 B
JSON
24 lines
494 B
JSON
{
|
|
"name": "lbuchs/webauthn",
|
|
"description": "A simple PHP WebAuthn (FIDO2) server library",
|
|
"keywords": [
|
|
"webauthn", "authentication"
|
|
],
|
|
"homepage": "https://github.com/lbuchs/webauthn",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Lukas Buchs",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php" : ">=8.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"lbuchs\\WebAuthn\\": "src"
|
|
}
|
|
}
|
|
}
|