Skip to content

Commit

Permalink
Fix bug where ';' instead of ',' was used in data: URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 9, 2024
1 parent d1964dd commit d320d85
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions diagrams/vp-jwt-mult-creds.drawio
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<mxGeometry x="55.512299338298554" y="78.04347826086956" width="150.6887035992997" height="24.347826086956516" as="geometry" />
</mxCell>
</UserObject>
<UserObject label="&lt;i&gt;&lt;font style=&quot;font-size: 10px;&quot;&gt;data:application/vc+sd-jwt;QzVjV...RMjU&lt;/font&gt;&lt;/i&gt;" id="3EOm0MsoDlQ7rLmODsaU-5">
<UserObject label="&lt;i&gt;&lt;font style=&quot;font-size: 10px;&quot;&gt;data:application/vc+sd-jwt,QzVjV...RMjU&lt;/font&gt;&lt;/i&gt;" id="3EOm0MsoDlQ7rLmODsaU-5">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" parent="3EOm0MsoDlQ7rLmODsaU-3" vertex="1">
<mxGeometry width="261.7091061320325" height="28.001866791119404" as="geometry" />
</mxCell>
Expand All @@ -207,7 +207,7 @@
<mxGeometry x="57.258104507284656" y="76.9895652173913" width="155.42770956351447" height="23.99652173913043" as="geometry" />
</mxCell>
</UserObject>
<UserObject label="&lt;i&gt;&lt;font style=&quot;font-size: 10px;&quot;&gt;data:application/vc+sd-jwt;RkOyT...KjOl&lt;/font&gt;&lt;/i&gt;" id="3EOm0MsoDlQ7rLmODsaU-13">
<UserObject label="&lt;i&gt;&lt;font style=&quot;font-size: 10px;&quot;&gt;data:application/vc+sd-jwt,RkOyT...KjOl&lt;/font&gt;&lt;/i&gt;" id="3EOm0MsoDlQ7rLmODsaU-13">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" parent="3EOm0MsoDlQ7rLmODsaU-11" vertex="1">
<mxGeometry width="269.93959046977676" height="27.597839855990394" as="geometry" />
</mxCell>
Expand Down
4 changes: 2 additions & 2 deletions diagrams/vp-jwt-mult-creds.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion diagrams/vp-jwt.drawio
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<mxGeometry x="95.45" y="120" width="259.1" height="40" as="geometry" />
</mxCell>
</UserObject>
<UserObject label="&lt;i&gt;data:application/vc+sd-jwt;QzVjV...RMjU&lt;/i&gt;" id="LiLZqgPSFhY8t4uFKLDl-21">
<UserObject label="&lt;i&gt;data:application/vc+sd-jwt,QzVjV...RMjU&lt;/i&gt;" id="LiLZqgPSFhY8t4uFKLDl-21">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" parent="EJfvD8XrKpH-nKLwAgsP-5" vertex="1">
<mxGeometry width="450" height="37.44" as="geometry" />
</mxCell>
Expand Down
4 changes: 2 additions & 2 deletions diagrams/vp-jwt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ <h3>Presentations</h3>
rectangle has and object 'Presentation ABC' with 3 properties: 'type'
of value VerifiablePresentation, 'termsOfUse' of value 'Do Not
Archive'. The bottom graph includes
'data:application/vc+sd-jwt;QzVjV...RMjU' as a subject with a
'data:application/vc+sd-jwt,QzVjV...RMjU' as a subject with a
single property: 'type' of value `EnvelopedVerifiableCredential`.
Finally, the 'Signature' label on the left side is connected, with an
arrow, to a separate rectangle, containing a single text field:
Expand Down Expand Up @@ -2538,7 +2538,7 @@ <h4>Enveloped Verifiable Credentials</h4>
"type": ["VerifiablePresentation", "ExamplePresentation"],
<span class="highlight">"verifiableCredential": [{
"@context": "https://www.w3.org/ns/credentials/v2",
"id": "data:application/vc+sd-jwt;QzVjV...RMjU",
"id": "data:application/vc+sd-jwt,QzVjV...RMjU",
"type": "EnvelopedVerifiableCredential"
}]</span>
}
Expand Down Expand Up @@ -2587,7 +2587,7 @@ <h4>Enveloped Verifiable Presentations</h4>
<pre class="example nohighlight" title="Basic structure of an enveloped verifiable presentation">
{
"@context": "https://www.w3.org/ns/credentials/v2",
<span class="highlight">"id": "data:application/vp+jwt;eyJraWQiO...zhwGfQ",
<span class="highlight">"id": "data:application/vp+jwt,eyJraWQiO...zhwGfQ",
"type": "EnvelopedVerifiablePresentation"</span>
}
</pre>
Expand Down Expand Up @@ -7304,10 +7304,10 @@ <h2>Additional Diagrams for Verifiable Presentations</h2>
has and object 'Presentation ABC' with 3 properties: 'type' of value
VerifiablePresentation, 'termsOfUse' of value 'Do Not Archive'. One of
the the bottom graphs includes
'data:application/vc+sd-jwt;QzVjV...RMjU' as a subject with a
'data:application/vc+sd-jwt,QzVjV...RMjU' as a subject with a
single property: 'type' of value `EnvelopedVerifiableCredential`. The
last bottom graph is identical other, except for the subject which is
labeled as 'data:application/vc+sd-jwt;RkOyT...KjOl'. Finally,
labeled as 'data:application/vc+sd-jwt,RkOyT...KjOl'. Finally,
the 'Signature' label on the left side is connected, with an arrow, to a
separate rectangle, containing a single text field:
'cYjaSdfIoJH45NIqw3MYnasGIba...'.
Expand Down

0 comments on commit d320d85

Please sign in to comment.