open source is social v-it.org
1{
2 "client_id": "https://v-it.org/client-metadata.json",
3 "client_name": "vit CLI",
4 "application_type": "native",
5 "grant_types": ["authorization_code", "refresh_token"],
6 "response_types": ["code"],
7 "redirect_uris": ["http://127.0.0.1/callback"],
8 "scope": "atproto transition:generic",
9 "token_endpoint_auth_method": "none",
10 "dpop_bound_access_tokens": true,
11 "client_uri": "https://v-it.org"
12}