Skip to content

Commit 1466b7d

Browse files
authored
Update spec.bs
Remove references to issuer_protocol as they're described in the spec now.
1 parent 8f20cf7 commit 1466b7d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

spec.bs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ urlPrefix: https://www.ietf.org/archive/id/draft-robert-privacypass-batched-toke
7171
"publisher": "IETF",
7272
"title": "Batched Token Issuance Protocol"
7373
},
74-
"ISSUER-PROTOCOL": {
75-
"authors": ["S. Valdez", "A. Bulut", "S. Schlesinger"],
76-
"href": "https://github.com/WICG/trust-token-api/blob/main/ISSUER_PROTOCOL.md",
77-
"publisher": "Google",
78-
"title": "ISSUER_PROTOCOL"
79-
},
8074
"RFC4648": {
8175
"href": "https://www.rfc-editor.org/rfc/rfc4648"
8276
}
@@ -766,8 +760,6 @@ Sec-Private-State-Token:
766760
```
767761
768762

769-
The details for servers implementing this protocol can be found in [[!ISSUER-PROTOCOL]].
770-
771763
Handling Issue Responses {#issue-response}
772764
----------------------------------------------------------
773765

@@ -791,8 +783,6 @@ To handle an issue response, given [=request=] |request| and [=respon
791783
1. [=Insert a token=] for |issuer|, |token|, and |signingKey|.
792784
1. Return.
793785

794-
The details for servers implementing this protocol can be found in [[!ISSUER-PROTOCOL]].
795-
796786
Redeeming Tokens {#redeeming-tokens}
797787
====================================
798788

0 commit comments

Comments
 (0)