Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Tags: github/webauthn-json

Tags

v2.1.1

Toggle v2.1.1's commit message
v2.1.1

Release notes:

- Remove an extra (inaccurate) `authenticatorAttachment` field from `AuthenticatorAttestationResponseJSON`.

v2.1.0

Toggle v2.1.0's commit message
v2.1.0

Release notes:

- TypeScript 4.9.4 `lib.dom.d.ts` compat: Explicitly mark `authenticatorAttachment` as optional on the `PublicKeyCredentialWithClientExtensionResults` interface.
  - This means that the relevant type is *not* compatible with TypeScript. This is an intentional decision to reflect the current implementation status of Firefox. For more details, see:
    - #73 (comment)
    - microsoft/TypeScript-DOM-lib-generator#1477

v2.0.2

Toggle v2.0.2's commit message
v2.0.2

Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.2-pre3

Toggle v2.0.2-pre3's commit message
v2.0.2-pre3

Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.2-pre2

Toggle v2.0.2-pre2's commit message
v2.0.2-pre2

Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.2-pre1

Toggle v2.0.2-pre1's commit message
v2.0.2-pre1

Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.1

Toggle v2.0.1's commit message
v2.0.1

Release notes:

- Add the `hybrid` transport type.

v2.0.0

Toggle v2.0.0's commit message
v2.0.0

Release notes:

- Add a `browser-ponyfill` build to match the new API shape from w3c/webauthn#1683

We've been using the ponyfill on github.com for over two weeks without issue at this point!

v2.0.0-alpha4

Toggle v2.0.0-alpha4's commit message
v2.0.0-alpha4

Release notes:

- Split the `browser-ponyfill` into regular and extended like the main build.

v2.0.0-alpha3

Toggle v2.0.0-alpha3's commit message
v2.0.0-alpha3

Release notes:

- [browser-ponyfill] Change JSON types to the extended versions and export all.