Module web

Module web 

Source
Expand description

did:web method implementation.

did:web resolves DID Documents by fetching them over HTTPS. Practical for organizations and easy to deploy.

Reference: https://w3c-ccg.github.io/did-method-web/

Structs§

DidWebResolver
Resolver for did:web method.

Functions§

did_to_url
Convert a did:web DID to the HTTPS URL where the DID Document is hosted.