Skip to content

Conversation

@MichaelMure
Copy link
Collaborator

No description provided.

@MichaelMure MichaelMure requested a review from Copilot August 4, 2025 16:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for the did:web method to the DID verifiers, enabling resolution of DID documents hosted on web servers via HTTP. The implementation follows the W3C did:web specification.

  • Implements did:web DID parsing, validation, and document resolution
  • Adds comprehensive test coverage for the new functionality
  • Updates documentation to reflect the new supported method

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
verifiers/did-web/web.go Core implementation of did:web DID parsing, validation, and HTTP-based document resolution
verifiers/did-web/web_test.go Test suite covering DID decoding, host validation, and document resolution with mock HTTP client
Readme.md Documentation update adding did:web to the supported methods table

cursor[bot]

This comment was marked as outdated.

@MichaelMure MichaelMure merged commit a1855a0 into master Aug 5, 2025
7 checks passed
@MichaelMure MichaelMure deleted the didweb branch August 5, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants