Re: [webauthn] navigator.credentials.get() option to suppress chrome UI popup if allowCredentials is not present in the authenticator (#1251)

The easiest way for this is to store credential ids on the client side such as local storage or cookie if the authenticator is platform authenticator. Even if there are some corner cases when user uses other browsers or privacy mode for the authentication, we can avoid many of such situations.
Regarding the error popup, it seems Chrome's policy.

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

Received on Tuesday, 2 July 2019 01:34:01 UTC