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 | ||
Jiewen Tan
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/43357339>
Jiewen Tan
The spec has changed such that this bug is no longer valid.