Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

pico engine server needs to parse the body for application/*+json #650

Open b1conrad opened 1 year ago

b1conrad commented 1 year ago

For interoperating with other DIDComm v2 systems that use, for example

"content-type": "application/didcomm-encrypted+json",

which the pico engine currently doesn't support.

Since we wish to support DIDComm v2, we need to accept such content types.