WICG / trust-token-api

Trust Token API
https://wicg.github.io/trust-token-api/
Other
419 stars 84 forks source link

Redemption client_data #255

Closed chris-wood closed 1 year ago

chris-wood commented 1 year ago

It's not clear to me from the issuance protocol what the client_data is. The description says "the client data sent as part of the redemption request to include in the SRR," but what is the SRR? Can this be clarified, perhaps with an example?

dvorak42 commented 1 year ago

ISSUER_PROTOCOL.md is outdated (added a note), the SRR is now just the arbitrary "redemption record".

colinbendell commented 1 year ago

It would be nice to have guidance for implementation platforms on how to encode the client_data field. Currently chrome uses cbor, (which, imho, feels a bit overly complicated for the actual data that is currently included).