WICG / digital-credentials

Digital Credentials, like driver's licenses
https://wicg.github.io/digital-credentials/
Other
66 stars 8 forks source link

Change DigitalCredential's data to a Uint8Array #101

Closed marcoscaceres closed 2 months ago

marcoscaceres commented 2 months ago

Closes #93

The following tasks have been completed:

Implementation commitment:


Preview | Diff

samuelgoto commented 2 months ago

It is not clear to me that the response should be an Unint8Array here. OpenID4VP, specifically, is going to be returning text/json, so either a DOMString or object would make more sense to me.

https://github.com/openid/OpenID4VP/pull/155/files#diff-3118c9756a1d7b361bb53af8bd9d65666476a27cfeeced56c47a5dccc38eac55R1546