stable

Clone or download

Read-only

refactor: Reduce list of allowed algorithms to minimum

Part of story #31173 register a new passkey In Webauthn documentation (https://www.w3.org/TR/webauthn-2) it's recommended to have at least these 3 algorithms in this order of preference: - EDDSA - ES256 - RS256 It's not needed to have more as these 3 algorithms cover most of passkeys. Change-Id: If73db054b8eca6616b6f6702d440323518abc41c

Modified Files

Name
M src/common/WebAuthn/WebAuthnRegistration.php +1 −10 Go to diff View file