Re: [webauthn] #createCredential alg: "if options.authenticatorSelection is present..." may be incorrect

I support making `options.authenticatorSelection` required and default to `{}`. Then we can also get rid of the "If `authenticatorSelection` is present" branch, and the descriptions of `requireResidentKey` and `requireUserVerification` in [authenticatorMakeCredential][make] won't describe possibly undefined behaviour. I suppose it would technically be a breaking change to how `credentials.create()` is implemented, but it wouldn't at all affect observable behaviour or the API on either end.

[make]: https://w3c.github.io/webauthn/#op-make-cred

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

Received on Monday, 20 November 2017 12:10:20 UTC