chore: untrack local pass.sh test script

This commit is contained in:
vineyardbovines
2026-06-26 10:43:58 -04:00
parent 1b6615b492
commit 00b4ef749f
-9
View File
@@ -1,9 +0,0 @@
HANDLE="thepope.dev"
read -s -p "App password: " PW; echo
JWT=$(curl -s -X POST https://bsky.social/xrpc/com.atproto.server.createSession \
-H "Content-Type: application/json" \
-d "{\"identifier\":\"$HANDLE\",\"password\":\"$PW\"}" \
| jq -r .accessJwt)
echo "Got JWT (length: ${#JWT})"