WICG / trust-token-api

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

consider merging sec-private-state-token and sec-private-state-token-crypto-version #260

Open colinbendell opened 1 year ago

colinbendell commented 1 year ago

If PST continues to use headers (see #251), then the sec-private-state-token-crypto-version header should be converted into a structured header and should be merged with sec-private-state-token. Ideally something like:

For example:

sec-private-state-token: :AAEEVFIqN9o3HN==:; v=1; crypto=VOPRF

dvorak42 commented 1 year ago

Yeah, I think shifting it so that if we use headers we move all the operations/headers into one header with a structured header would make more sense. Adding vStandard label for that change.