w3c / webauthn

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

Make `Credential.id` a `DOMString` #2118

Closed zacknewman closed 3 months ago

zacknewman commented 3 months ago

Credential.id is currently a USVString. I'm still a little bit confused when DOMString or USVString should be used, but several PRs have occurred converting USVStrings to DOMStrings. Should the same happen here?

pascoej commented 3 months ago

This issue would be best handled in https://github.com/w3c/webappsec-credential-management.

emlun commented 3 months ago

Yes, Credential.id is inherited from the Credential interface defined in the Credential Management spec.