jolocom / jolocom-lib

Library for interacting with the identity solution provided by Jolocom.
MIT License
24 stars 18 forks source link

Enable support for resolving using multiple DID methods. #326

Closed Exulansis closed 3 years ago

Exulansis commented 5 years ago

Description

Currently the library is designed with one DID method in mind, i.e. we intend one registry to be instantiated, and used throughout the relying applications. Furthermore, in some cases (e.g. the publicKeyToDID function, the DidDocument.fromPublicKey function, the did:jolo DID prefix is assumed), which can cause further interoperability issues.

TODO