diff --git a/features/webauthn.yml b/features/webauthn.yml index 5109da1f0a2..e921a251f78 100644 --- a/features/webauthn.yml +++ b/features/webauthn.yml @@ -2,6 +2,8 @@ name: Web authentication description: The web authentication API allows you to create public key-based credentials and use them for authentication, such as when signing in. Also known as WebAuthn. spec: https://w3c.github.io/webauthn/ caniuse: webauthn +status: + compute_from: api.AuthenticatorResponse compat_features: - api.AuthenticatorAssertionResponse - api.AuthenticatorAssertionResponse.authenticatorData @@ -9,6 +11,7 @@ compat_features: - api.AuthenticatorAssertionResponse.userHandle - api.AuthenticatorAttestationResponse - api.AuthenticatorAttestationResponse.attestationObject + - api.AuthenticatorAttestationResponse.getTransports - api.AuthenticatorResponse - api.AuthenticatorResponse.clientDataJSON - api.CredentialsContainer.create.publicKey_option diff --git a/features/webauthn.yml.dist b/features/webauthn.yml.dist index 55d7d99f139..0aacc909f44 100644 --- a/features/webauthn.yml.dist +++ b/features/webauthn.yml.dist @@ -57,3 +57,15 @@ compat_features: - api.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable_static - api.PublicKeyCredential.rawId - api.PublicKeyCredential.response + + # baseline: low + # baseline_low_date: 2023-10-24 + # support: + # chrome: "74" + # chrome_android: "74" + # edge: "79" + # firefox: "119" + # firefox_android: "119" + # safari: "16" + # safari_ios: "16" + - api.AuthenticatorAttestationResponse.getTransports