iotaledger / identity.rs

Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA Tangle.
https://www.iota.org
Apache License 2.0
303 stars 87 forks source link

Add support for `did:jwk` resolution #1404

Closed UMR1352 closed 2 months ago

UMR1352 commented 2 months ago

Description of change

Add support for handling and resolving did:jwk DIDs. WASM bindings included.

Type of change

How the change has been tested

e2e and unit tests.

Change checklist