w3c / webauthn

Web Authentication: An API for accessing Public Key Credentials
https://w3c.github.io/webauthn/
Other
1.19k stars 171 forks source link

Change `*ResponseJSON.id` to `DOMString` #2120

Closed MasterKale closed 3 months ago

MasterKale commented 3 months ago

This PR refines typing in RegistrationResponseJSON and AuthenticationResponseJSON to remove confusion around the shape of the value of JSON-serialized Credential.id.

Fixes #2119.


Preview | Diff