Bluesky app fork with some witchin' additions 馃挮
1{
2 "client_id": "https://witchsky.app/oauth-client-metadata-native.json",
3 "client_name": "Witchsky",
4 "client_uri": "https://witchsky.app",
5 "redirect_uris": ["app.witchsky:/auth/callback"],
6 "scope": "atproto transition:generic transition:email transition:chat.bsky",
7 "token_endpoint_auth_method": "none",
8 "response_types": ["code"],
9 "grant_types": ["authorization_code", "refresh_token"],
10 "application_type": "native",
11 "dpop_bound_access_tokens": true
12}