From 4ea12bbc76762e31d5b7529e105b0491d4a9a41b Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 17 Jun 2025 02:31: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 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/oauth.md b/oauth.md index 08698bc..ac0cb07 100644 --- a/oauth.md +++ b/oauth.md @@ -49,10 +49,12 @@ $ curl -sL "https://plc.directory/did:plc:6qyecktefllvenje24fcxnie" | jq '.alsoK ## 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 . +did=did:plc:6qyecktefllvenje24fcxnie +handle=ai.syui.ai +curl -sL "https://plc.directory/$did/log"|jq . +curl -sL "https://plc.syu.is/$did/log"|jq . +curl -sL "https://bsky.social/xrpc/com.atproto.identity.resolveHandle?handle=$handle" | jq . +curl -sL "https://syu.is/xrpc/com.atproto.identity.resolveHandle?handle=$handle" | jq . +curl -sL "https://public.api.bsky.app/xrpc/com.atproto.identity.resolveHandle?handle=$handle" | jq . +curl -sL "https://bsky.syu.is/xrpc/com.atproto.identity.resolveHandle?handle=$handle" | jq . ``` \ No newline at end of file