digitalbazaar / did-io

Decentralized identifier management library for browser and node.js
Other
43 stars 8 forks source link

Implement creation of DIDs from an existing key #17

Closed dmitrizagidulin closed 2 years ago

dmitrizagidulin commented 6 years ago

Add the ability to pass in a set of existing keys to the DID generate() function, so that it skips generating new ones and uses the keys provided.

dmitrizagidulin commented 2 years ago

This has been broken out to individual did method drivers. Closing.