forked from
did:plc:2hcnfmbfr4ucfbjpnvjqvt3e/bbell
wip bsky client for the web & android
1{
2 "client_id": "https://bbell.vt3e.cat/oauth-client-metadata.json",
3 "client_name": "Bluebell",
4 "client_uri": "https://bbell.vt3e.cat",
5 "logo_uri": "https://bbell.vt3e.cat/favicon.ico",
6 "redirect_uris": ["https://bbell.vt3e.cat/oauth/callback"],
7 "scope": "atproto transition:generic",
8 "grant_types": ["authorization_code", "refresh_token"],
9 "response_types": ["code"],
10 "token_endpoint_auth_method": "none",
11 "application_type": "web",
12 "dpop_bound_access_tokens": true
13}