Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at a876aae44ea07494ebea9727350aa060b81f317b 12 lines 522 B view raw
1{ 2 "client_id": "https://witchsky.app/oauth-client-metadata.json", 3 "client_name": "Witchsky", 4 "client_uri": "https://witchsky.app", 5 "redirect_uris": ["https://witchsky.app/auth/web/callback", "https://canary.witchsky.app/auth/web/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": "web", 11 "dpop_bound_access_tokens": true 12}