oauth を更新
9
oauth.md
9
oauth.md
@ -17,10 +17,11 @@ PDS_SERVICE_DID=did:web:syu.is
|
|||||||
PDS_PUBLIC_URL=https://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)が本体となる。
|
[@atproto/oauth-provider](https://github.com/bluesky-social/atproto/tree/main/packages/oauth/oauth-provider)が本体となる。
|
||||||
|
|
||||||
> https://syu.is/@atproto/oauth-provider/~assets/file.css
|
> 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"
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user