ai/at
1
0

oauth を更新

2025-06-17 00:20:19 +00:00
parent c2f425a7a4
commit d97a3a67de

@ -17,10 +17,11 @@ PDS_SERVICE_DID=did:web:syu.is
PDS_PUBLIC_URL=https://syu.is
```
```sh
$ curl -s https://syu.is/.well-known/oauth-authorization-server |jq .
```
[@atproto/oauth-provider](https://github.com/bluesky-social/atproto/tree/main/packages/oauth/oauth-provider)が本体となる。
> https://syu.is/@atproto/oauth-provider/~assets/file.css
```sh
curl -s https://syu.is/.well-known/oauth-authorization-server |jq .
curl -s "https://syu.is/oauth/authorize?client_id=https://syui.ai/client-metadata.json&response_type=code&redirect_uri=https://syui.ai/oauth/callback"
```