WICG / trust-token-api

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

Describe procedure for attaching a Redemption Record in the spec. #223

Closed martinthomson closed 1 year ago

martinthomson commented 1 year ago

There is a section in the explainer, but I can't make any sense of the explanation and the specification only lists the "send-redemption-record" string as an enum option, without any procedures around it (as far as I could see).

dvorak42 commented 1 year ago

Yeah, there should be a section describing how to attach redemption records to outgoing requests when the "send-redemption-record" operation is used.

The operation looks up the corresponding issuer's redemption records if they exist and attach it to the outgoing request in a Sec-Redemption-Record header.

@aykutbulut Do you have time this week to add a section for this to the spec.

aykutbulut commented 1 year ago

Yes, will add it to PR #218.

yoavweiss commented 1 year ago

Should this be closed, given #218 was merged?

aykutbulut commented 1 year ago

Yes, I think we should close this.