MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.62k stars 137 forks source link

Confirm accuracy of `JSON` interfaces in light of recent spec PR's #384

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

Describe the issue

There have been some recent clarifications made to the various JSON serialization-related structs added to L3 of the spec. Make sure this library is still accurate as platform and browser vendors start to return these in the wild:

MasterKale commented 1 year ago

Types are mostly fine, but I need to add some values to AuthenticatorAttestationResponseJSON. PR #400 will take care of these updates.