Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions features/webauthn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ 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
- api.AuthenticatorAssertionResponse.signature
- api.AuthenticatorAssertionResponse.userHandle
- api.AuthenticatorAttestationResponse
- api.AuthenticatorAttestationResponse.attestationObject
- api.AuthenticatorAttestationResponse.getTransports
- api.AuthenticatorResponse
- api.AuthenticatorResponse.clientDataJSON
- api.CredentialsContainer.create.publicKey_option
Expand Down
12 changes: 12 additions & 0 deletions features/webauthn.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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