Re: [webauthn] `CredentialRequestOptions` make otherwise valid values invalid in an undesirable way

For what it's worth, (1) would require changes to RP code as well in addition to clients, while (2) would not. On the other hand, (2) looks like more idiomatic JS since a bare `public-key` is not a valid object key literal in JS (the string literal `"public-key"` is a valid key, though).

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

Received on Thursday, 12 July 2018 09:49:00 UTC