Re: [webauthn] CredentialCreationOptions can't have a nullable MakeCredentialOptions

We need these to be nullable because we extend the CredentialCreationOptions type that is shared by all profiles of the Credential Management API.

The following would have a nulled publicKey but would be valid:
navigator.credentials.create({password: {...}});

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

Received on Thursday, 8 June 2017 16:50:40 UTC