Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update all examples to use proper data urls #290

Merged
merged 3 commits into from
Aug 13, 2024
Merged

Conversation

decentralgabe
Copy link
Collaborator

@decentralgabe decentralgabe commented Aug 12, 2024

index.html Outdated
@@ -2156,12 +2156,12 @@ <h2 id="presentations">Presentations</h2>
},
{
"@context": "https://www.w3.org/ns/credentials/v2",
"id": "data:application/vc-ld+jwt;eyVjV...RMjU",
"id": "data:application/vc-ld+jwt;base64url,ebyVjV...RMjU",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did a 'b' get added here accidentally or on purpose?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice spot, this was an accident

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed 4dbee09

Copy link
Contributor

@dlongley dlongley Aug 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is right, the base64url should not be present -- JWTs/SD-JWTs are already a text-based format (that happen to use base64url encoding internally, but there are also . and ~ chars, etc.).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dlongley in what was merged I removed base64url and just kept ,

index.html Outdated Show resolved Hide resolved
@decentralgabe
Copy link
Collaborator Author

This is an example change (class 1) - and has approval from editors, so I will be merging it now.

@decentralgabe decentralgabe merged commit 0d29764 into main Aug 13, 2024
2 checks passed
@decentralgabe decentralgabe deleted the fix-issue-289 branch August 13, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data URLs showed in the examples are incorrect
4 participants