syui 2 months ago
parent 0f0c696928
commit bb0a392d0f
Signed by: syui
GPG Key ID: 67AC97A939D3EA19

@ -16,3 +16,4 @@ plcUrl="https://plc.directory"
SMTP_HOST="smtp.gmail.com"
SMTP_USERNAME="gmail-username"
SMTP_PASSWORD="2fa-app-password"
PUBLIC_URL="https://img.example.com"

@ -149,14 +149,3 @@ if (front.length < 1) {
}
```
### account delete
```sh
# com.atproto.account.delete
$ url=https://$host/xrpc/com.atproto.account.delete
$ token=`cat token.json| jq -r .accessJwt`
$ did=`cat token.json| jq -r .did`
$ json="{\"did\":\"$did\",\"password\":\"$pass\",\"token\":\"$mail_token\"}"
$ curl -X POST -H "Content-Type: application/json" -d "$json" $url
```

Loading…
Cancel
Save