Bug 269303 - [Digital Identity]: implement Identity interface
Summary: [Digital Identity]: implement Identity interface
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Marcos Caceres
URL:
Keywords: InRadar
Depends on:
Blocks: 268516
  Show dependency treegraph
 
Reported: 2024-02-13 11:00 PST by Marcos Caceres
Modified: 2024-02-20 11:41 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos Caceres 2024-02-13 11:00:30 PST
Implements the Identity interface:
https://wicg.github.io/digital-identities/#the-identity-interface

The Identity interface represents credentials that are classified as an "identity credential".
Comment 1 Radar WebKit Bug Importer 2024-02-13 11:05:04 PST
<rdar://problem/122896772>
Comment 2 Marcos Caceres 2024-02-13 11:33:16 PST
Pull request: https://github.com/WebKit/WebKit/pull/24357
Comment 3 Marcos Caceres 2024-02-20 11:41:57 PST
The interface got dropped from the spec.