Add did:web resolver and unified DID resolution #28
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
performance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Grandiras/ATProto.NET#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The AT Protocol specifies
did:webas one of the supported DID methods. While ATProto.NET hasdid:plcresolution viaPlcClient, there's no dedicateddid:webresolver.Spec Reference
From the DID specification:
did:webresolves by fetchinghttps://<domain>/.well-known/did.jsondid:plcdid:webis used by services and infrastructure (e.g.,did:web:api.bsky.app)What's needed
did:webresolver - Fetch and parse DID documents from.well-known/did.jsondid:plc:*→ PLC directorydid:web:*→ HTTPS well-known endpointWhy this matters
did:webis used by services like App Views, Relays, Labelersissclaim)