From a4fa0819cb94f433f6b2dd98b0310e95ddec4f8c Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Mon, 4 Sep 2023 22:24:23 +0200 Subject: [PATCH] feat: replace deprecated algorithm --- config/webauthn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webauthn.php b/config/webauthn.php index 73e2986..c9d0f1b 100644 --- a/config/webauthn.php +++ b/config/webauthn.php @@ -242,7 +242,7 @@ \Cose\Algorithms::COSE_ALGORITHM_ES256, // ECDSA with SHA-256 \Cose\Algorithms::COSE_ALGORITHM_ES512, // ECDSA with SHA-512 \Cose\Algorithms::COSE_ALGORITHM_RS256, // RSASSA-PKCS1-v1_5 with SHA-256 - \Cose\Algorithms::COSE_ALGORITHM_EdDSA, // EdDSA + \Cose\Algorithms::COSE_ALGORITHM_EDDSA, // EdDSA \Cose\Algorithms::COSE_ALGORITHM_ES384, // ECDSA with SHA-384 ],