hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
241 stars 158 forks source link

DID allowed/trusted JSON-LD contexts #1326

Open troyronda opened 4 years ago

llorllale commented 3 years ago

Note that currently we are not "really" processing DID documents as JSONLD documents. We process them as regular JSON documents that happen to have @context.

We are not handling media types either.