You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Use byte-sequence type to represent the tokens (in IssueRequest, IssueResponse and RedeemRequest)
Add version (and type?) parameters to identify the PST version of the spec.
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.
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 withsec-private-state-token
. Ideally something like:For example:
sec-private-state-token: :AAEEVFIqN9o3HN==:; v=1; crypto=VOPRF
The text was updated successfully, but these errors were encountered: