Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/small-bugs 15 lines 597 B view raw
1{ 2 "client_id": "https://__PDS_HOSTNAME__/oauth/client-metadata.json", 3 "client_name": "PDS Account Manager", 4 "client_uri": "https://__PDS_HOSTNAME__", 5 "redirect_uris": [ 6 "https://__PDS_HOSTNAME__/app/", 7 "https://__PDS_HOSTNAME__/app/migrate" 8 ], 9 "grant_types": ["authorization_code", "refresh_token"], 10 "response_types": ["code"], 11 "scope": "atproto transition:generic repo:* blob:*/* rpc:* rpc:com.atproto.server.createAccount?aud=* account:*?action=manage identity:*", 12 "token_endpoint_auth_method": "none", 13 "application_type": "web", 14 "dpop_bound_access_tokens": true 15}