mattrglobal / jsonld-signatures-bbs

A linked data proof suite for BBS+ signatures
Apache License 2.0
138 stars 42 forks source link

When using "urn:uuid:<uuidV4>" for the credentialSubject.id property in a VC deriveProof behaves in odd ways #110

Open kdenhartog opened 3 years ago

kdenhartog commented 3 years ago

As stated in the title for some reason when using "urn:uuid:" for the credentialSubject.id property in a VC deriveProof behaves in odd ways. We'll add some tests and debug to figure out what's happening here. Could be an issue with JSON-LD frame calls because it's an issue in both go implementation and this implementation.

tplooker commented 3 years ago

@kdenhartog with the fix of #129 can you confirm this is still an issue, alternatively can you add a bit more detail to the ticket so others are able to trace it.

kdenhartog commented 3 years ago

Yeah will give this a re look at this now that #129 is merged