Module jwk

Module jwk 

Source
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ยง

DidJwkResolver
Resolver for the did:jwk method.