Expand description
did:jwk method implementation.
did:jwk encodes a JWK public key directly in the DID string as
base64url-encoded JSON. No network resolution is needed.
Reference: https://github.com/quartzjer/did-jwk/blob/main/spec.md
Structsยง
- DidJwk
Resolver - Resolver for the
did:jwkmethod.