I include too many credential algorithms in the default value of generateRegistrationOptions()'s supportedAlgorithmIDs argument. Based on guidance that I added to the WebAuthn spec, I can safely narrow the list down to the following algorithms:
-8 (Ed25519)
-7 (ES256)
-257 (RS256)
Additional algorithms can still be supported, this will merely be a pruning of the defaults.
Describe the issue
I include too many credential algorithms in the default value of
generateRegistrationOptions()
'ssupportedAlgorithmIDs
argument. Based on guidance that I added to the WebAuthn spec, I can safely narrow the list down to the following algorithms:-8 (Ed25519) -7 (ES256) -257 (RS256)
Additional algorithms can still be supported, this will merely be a pruning of the defaults.