- From: Jeffrey Yasskin via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Apr 2017 01:04:21 +0000
- To: public-webauthn@w3.org
Ideally, client extension inputs would include IDL like: ```idl partial dictionary AuthenticationExtensions { DOMString appid; }; ``` or ```idl partial dictionary AuthenticationExtensions { BufferSource txAuthGeneric; }; ``` or ```idl partial dictionary AuthenticationExtensions { AuthenticatorSelectionList authnSel; }; ``` For everything except `txAuthGeneric`, I think the text you have is clear enough for all implementers to write the same IDL themselves, so this shouldn't have `priority:implementation`. -- GitHub Notification of comment by jyasskin Please view or discuss this issue at https://github.com/w3c/webauthn/issues/346#issuecomment-295996248 using your GitHub account
Received on Friday, 21 April 2017 01:04:27 UTC