didcomm-messaging icon indicating copy to clipboard operation
didcomm-messaging copied to clipboard

Clarify "json": "<json of protocol message>" as input for encoding example

Open tdiesler opened this issue 2 years ago • 1 comments

Is the above attachment content really valid? (i.e. a string value for type json) If not, Base64 URL Encoded value cannot be right.

didcomm-jvm does not accept it

CrossRef: https://github.com/tdiesler/nessus-didcomm/issues/6

tdiesler avatar Dec 21 '22 08:12 tdiesler

There is no attachment above. Are you talking about something like this?

{ 
  "id":"...",
  "attachments": [
     {"data": {"json":"just a json string"}}
   ]
 }

We are assuming this is a valid message.

FabioPinheiro avatar Jan 16 '23 17:01 FabioPinheiro