forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
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}