messing around with atproto. don't use this. it's to see all your .profile. entries in your PDS record chronicler.vlan.foo
0

Configure Feed

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

chronicler / static / client-metadata.json
443 B 12 lines
1{ 2 "client_id": "https://chronicler.vlan.foo/client-metadata.json", 3 "client_name": "Chronicler", 4 "client_uri": "https://chronicler.vlan.foo", 5 "redirect_uris": ["https://chronicler.vlan.foo/callback"], 6 "grant_types": ["authorization_code", "refresh_token"], 7 "response_types": ["code"], 8 "scope": "atproto transition:generic", 9 "token_endpoint_auth_method": "none", 10 "application_type": "web", 11 "dpop_bound_access_tokens": true 12}