installed plugin WP-WebAuthn
version 1.2.8
This commit is contained in:
26
wp-content/plugins/wp-webauthn/vendor/web-token/jwt-signature-algorithm-eddsa/composer.json
vendored
Normal file
26
wp-content/plugins/wp-webauthn/vendor/web-token/jwt-signature-algorithm-eddsa/composer.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "web-token/jwt-signature-algorithm-eddsa",
|
||||
"description": "EdDSA Signature Algorithm the JWT Framework.",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"keywords": ["JWS", "JWT", "JWE", "JWA", "JWK", "JWKSet", "Jot", "Jose", "RFC7515", "RFC7516", "RFC7517", "RFC7518", "RFC7519", "RFC7520", "Bundle", "Symfony"],
|
||||
"homepage": "https://github.com/web-token",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Florent Morselli",
|
||||
"homepage": "https://github.com/Spomky"
|
||||
},{
|
||||
"name": "All contributors",
|
||||
"homepage": "https://github.com/web-token/jwt-framework/contributors"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jose\\Component\\Signature\\Algorithm\\": ""
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"ext-sodium": "*",
|
||||
"web-token/jwt-signature": "^2.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user