You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raised by @PatStLouis asked on the CCG Presentation about did:tdw. Since the DID does not have a SCID, it cannot be “just used”. However, perhaps there is a good convention for adding a did.jsonl file beside the existing did:web such that the DID can transition to a did:tdw. Calculation of the SCID would have to be formalized, the numbering and so on.
A number of questions to consider.
The text was updated successfully, but these errors were encountered:
It seems reasonable to me, and I like the use case much better than adding a generic did:web to a did:tdw for compatibility.
Copy the current DID document, adding {SCID} placeholders and changing the method, and perform the genesis routine to create the SCID, assigning update keys and updating the document in the process.
Update the did:tdw document to have an alsoKnownAs set to the did:web.
Update the did:web document to have an alsoKnownAs set to the did:tdw (this is expected to be bidirectional).
Publish did.jsonl and the updated did.json
On future updates, you would likely take the did:tdw document and simply update the document identifier to generate the did.json. Eventually, everything should be migrated to the new DID and the old one retired.
Raised by @PatStLouis asked on the CCG Presentation about
did:tdw
. Since the DID does not have a SCID, it cannot be “just used”. However, perhaps there is a good convention for adding adid.jsonl
file beside the existingdid:web
such that the DID can transition to adid:tdw
. Calculation of the SCID would have to be formalized, the numbering and so on.A number of questions to consider.
The text was updated successfully, but these errors were encountered: