Skip to content

Commit cd290ab

Browse files
dwaiteselfissued
andauthored
Update draft-ietf-jose-json-web-proof.md
Co-authored-by: Michael B. Jones <michael_b_jones@hotmail.com>
1 parent fb4d7c5 commit cd290ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-jose-json-web-proof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ All binary data is BASE64URL encoded, including the octets of the UTF-8 encoded
435435

436436
Payloads and proofs are each concatenated into a single text form by concatenating the BASE64URL encoded values using the `~` character.
437437

438-
Individual payloads are allowed to be omitted - if a payload is omitted, it is represented as a zero-length text value, potentially resulting in leading, trailing, or consecutive `~` characters in the concatenated form.
438+
Individual payloads are allowed to be omitted; if a payload is omitted, it is represented as a zero-length text value, potentially resulting in leading, trailing, or consecutive `~` characters in the concatenated form.
439439

440440
If a payload or proof value was a zero-length octet string, it does not get output as its zero-length BASE64URL-encoded form but as a single `_` character. This character does not represent a valid BASE64URL-encoded octet string, allowing it to be distinguished from normally encoded data.
441441

0 commit comments

Comments
 (0)