Re: [webauthn] Provide the public key in `AuthenticatorAttestationResponse` (#1363)

While I'm still wondering if a simple HTML element (no JavaScript) would help websites even more... if you're worried about backwards compatibility, you could add a `navigator.credentials.getPublicKey(result)` method to return the key in a well supported format (e.g. PEM); where websites could use a polyfill script for a few years.

-- 
GitHub Notification of comment by craigfrancis
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1363#issuecomment-577453587 using your GitHub account

Received on Thursday, 23 January 2020 00:41:57 UTC