openwallet-foundation / credo-ts

Typescript framework for building decentralized identity and verifiable credential solutions
https://credo.js.org
Apache License 2.0
273 stars 201 forks source link

Add support for `did:tdw` #2077

Open adrianmross opened 3 weeks ago

adrianmross commented 3 weeks ago

Making an issue to track comments and suggestions for the implementation of did:tdw (spec). The did:tdw Trust DID Web is an enhancement to did:web, dare I call a predecessor, with the ability to chain/log updated versions of the DID Document for enhanced security, among many other things. This effort follows a discussion at IIW.

I have made a public fork to start an implementation of the did resolver module for this. Will make a PR once a significant portion is done and need review.

TimoGlastra commented 3 weeks ago

Sounds great, thanks @adrianmross!