static site frontend for mapped.at mapped.at
3
fork

Configure Feed

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

Use mapped.at domain in oauth client metadata

+3 -3
+3 -3
public/oauth-client-metadata.json
··· 1 1 { 2 - "client_id": "https://mapped.tngl.io/oauth-client-metadata.json", 2 + "client_id": "https://mapped.at/oauth-client-metadata.json", 3 3 "dpop_bound_access_tokens": true, 4 4 "application_type": "web", 5 5 "redirect_uris": [ 6 - "https://mapped.tngl.io" 6 + "https://mapped.at" 7 7 ], 8 8 "grant_types": [ 9 9 "authorization_code", ··· 15 15 "scope": "atproto repo:at.mapped.*", 16 16 "token_endpoint_auth_method": "none", 17 17 "client_name": "mapped.at", 18 - "client_uri": "https://mapped.tngl.io" 18 + "client_uri": "https://mapped.at" 19 19 }