Skip to content

Commit

Permalink
Merge pull request #3 from chris-wood/smhendrickson-patch-2
Browse files Browse the repository at this point in the history
Add extensions Authorization header example
  • Loading branch information
chris-wood authored Jul 27, 2023
2 parents f688787 + 257a289 commit efaac8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions draft-wood-privacypass-auth-scheme-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ scheme for carrying extensions. This extensions parameter, otherwise referred to
public metadata, is cryptographically bound to the Token structure via the Privacy
Pass issuance protocol.

As an example, Clients presenting this extension parameter to origins would use an
Authorization header field like the following:

~~~
Authorization: PrivateToken token="abc..." extensions="def..."
~~~

# Conventions and Definitions

{::boilerplate bcp14-tagged}
Expand Down

0 comments on commit efaac8c

Please sign in to comment.