fix(pds): add handle verification and identity events#13
Merged
Conversation
- Add /.well-known/atproto-did endpoint for handle verification - Add alsoKnownAs field to DID document for bidirectional verification - Add identity event emission for handle cache refresh - Add admin endpoint to trigger identity events 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
atproto-pds | e3f6855 | Dec 27 2025, 11:10 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/.well-known/atproto-didendpoint for handle verification (returns DID as plain text)alsoKnownAsfield to DID document for bidirectional handle verification#identityevent emission capability to notify downstream services to refresh handle cache/admin/emit-identityto trigger identity eventsTest plan
pds.mk.gg→did:web:pds.mk.ggalsoKnownAs: ["at://pds.mk.gg"]handle.invalidtopds.mk.gg🤖 Generated with Claude Code