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§
- DidWeb
Resolver - Resolver for
did:webmethod.
Functions§
- did_
to_ url - Convert a
did:webDID to the HTTPS URL where the DID Document is hosted.