From 032cd5c77a1934856f9c4450a4a835fa829cc0d3 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 17 Jun 2025 02:30:10 +0000 Subject: [PATCH] =?UTF-8?q?oauth=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oauth.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/oauth.md b/oauth.md index 3143690..08698bc 100644 --- a/oauth.md +++ b/oauth.md @@ -45,3 +45,14 @@ $ curl -sL "https://plc.directory/did:plc:6qyecktefllvenje24fcxnie" | jq '.alsoK "at://ai.syu.is" ] ``` + +## didのhandleを確認 + +```sh +curl -sL "https://plc.directory/did:plc:6qyecktefllvenje24fcxnie/log"|jq . +curl -sL "https://plc.syu.is/did:plc:6qyecktefllvenje24fcxnie/log"|jq . +curl -sL "https://bsky.social/xrpc/com.atproto.identity.resolveHandle?handle=ai.syui.ai" | jq . +curl -sL "https://syu.is/xrpc/com.atproto.identity.resolveHandle?handle=ai.syui.ai" | jq . +curl -sL "https://public.api.bsky.app/xrpc/com.atproto.identity.resolveHandle?handle=ai.syui.ai" | jq . +curl -sL "https://bsky.syu.is/xrpc/com.atproto.identity.resolveHandle?handle=ai.syui.ai" | jq . +``` \ No newline at end of file