You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of examples in the specification that would benefit from having fully signed versions of those examples. PR #817 attempts to remove the proof field from the specification. My suggestion is that we go the other way, provide different "tabs" that show the raw credential, the verifiable credential (using the proof field), and the verifiable credential (as a JWT).
I have created an extension to enable this in ReSpec, here is some output from that ReSpec extension:
Raw Credential:
Verifiable Credential with proof:
Verifiable Credential as JWT:
I'll raise a PR to merge these examples into the specification.
The text was updated successfully, but these errors were encountered:
Any reason not to title the tabs the same as your headings here, i.e., "Raw Credential", "Verifiable Credential (with proof field)", and "Verifiable Credential (as JWT)" (instead of "Unsigned", "Signed (proof)", and "Signed (JWT)")? (If these labels are too wide, "Verifiable Credential" could probably be abbreviated as "VC".)
It seems that if those are clearer as img labels here, they will continue to be clearer as tab titles there...
There are a number of examples in the specification that would benefit from having fully signed versions of those examples. PR #817 attempts to remove the
proof
field from the specification. My suggestion is that we go the other way, provide different "tabs" that show the raw credential, the verifiable credential (using theproof
field), and the verifiable credential (as a JWT).I have created an extension to enable this in ReSpec, here is some output from that ReSpec extension:
Raw Credential:

Verifiable Credential with proof:

Verifiable Credential as JWT:

I'll raise a PR to merge these examples into the specification.
The text was updated successfully, but these errors were encountered: