From 59a1198b10cb535477e0c9c10e50ab457ec4f346 Mon Sep 17 00:00:00 2001 From: Orual Date: Sat, 4 Oct 2025 16:36:55 -0400 Subject: [PATCH] removed extraneous file --- docs/identity.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docs/identity.md diff --git a/docs/identity.md b/docs/identity.md deleted file mode 100644 index cc7fe73e9..000000000 --- a/docs/identity.md +++ /dev/null @@ -1,14 +0,0 @@ -# Identity Resolution - -This module provides helpers for resolving AT Protocol identifiers (handles and DIDs) and fetching DID documents. - -Highlights: - -- DNS TXT (`_atproto.`) first when compiled with the `dns` feature, then HTTPS well-known, then Slingshot `resolveHandle` when configured as PLC source. -- DID resolution via did:web well-known or PLC base (PLC Directory or Slingshot), returning a `DidDocResponse` that supports borrowed parsing and validation. -- Validation: convenience helpers validate that the fetched DID document `id` matches the requested DID (default on). On mismatch, a `DocIdMismatch` error includes the fetched document for callers to inspect. -- Slingshot: supports unauthenticated `resolveHandle` and a minimal-document endpoint (`com.bad-example.identity.resolveMiniDoc`). -- Auth-aware fallbacks: PDS `resolveHandle` / `resolveDid` available via helpers that accept an `XrpcClient`. - -See `jacquard::identity::resolver` rustdoc for examples. - -- 2.51.2