Skip to content

Commit

Permalink
feat: replace deprecated algorithm (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Sep 4, 2023
1 parent 64f92d9 commit a572cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webauthn.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
],

Expand Down

0 comments on commit a572cd6

Please sign in to comment.