-
Notifications
You must be signed in to change notification settings - Fork 160
feat: Sign DID Doc during creation in the wallet #440
Conversation
Codecov Report
@@ Coverage Diff @@
## master #440 +/- ##
==========================================
+ Coverage 89.63% 89.69% +0.06%
==========================================
Files 56 56
Lines 3271 3271
==========================================
+ Hits 2932 2934 +2
+ Misses 183 182 -1
+ Partials 156 155 -1
Continue to review full report at Codecov.
|
Did document will be signed during creation (in the wallet) Closes hyperledger-archives#421 Signed-off-by: Sandra Vrtikapa <[email protected]>
The DIDs created by the framework are (typically) Peer DIDs. Do we know the use case for DID Document proofs? @llorllale @sandrask |
The argument for removal of I'd rather focus on the changes coming to |
@llorllale The Peer DID spec is a bit unclear on this point.
i.e., @llorllale I see that "doc can be signed" - are you saying that implementations have been populating Proof with that signature? |
Even though it is mentioned in the paragraph above the reference implementation (dotnet and python) are not signing did doc. I suggest to park this issue for now. |
Neither is the protocol test suite. I also think we're safe by parking this one. |
Interesting summary of pros and cons for removing metadata from DDOs in general: w3c/did-core#65 |
Closing issue, will reopen in case we need it. |
Did document will be signed during creation (in the wallet)
Closes #421
Signed-off-by: Sandra Vrtikapa [email protected]