Re: [webauthn] `publicKey` member name in `CredentialCreationRequestOptions` should be `"public-key"`, or vice-versa?

@emlun noted in https://github.com/w3c/webauthn/issues/750#issuecomment-404456211:
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 equalsJeffH
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1004#issuecomment-407236320 using your GitHub account

Received on Monday, 23 July 2018 23:55:17 UTC