Bug 182767

Summary: [WebAuthN] Employ more factors on PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable()
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: alex.gaynor, jiewen_tan, jonathan, jschoi, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 181943    

Description Jiewen Tan 2018-02-13 20:56:48 PST
We should consider more on the assessment of the return value. Right now, we return true/false immediately according to platform specific procedures. See: https://www.w3.org/TR/webauthn/#isUserVerifyingPlatformAuthenticatorAvailable.
Comment 1 Radar WebKit Bug Importer 2018-08-15 17:08:44 PDT
<rdar://problem/43357339>
Comment 2 Jiewen Tan 2020-02-06 16:13:42 PST
The spec has changed such that this bug is no longer valid.