a proof of concept realtime collaborative text editor using atproto as a sync server jake.tngl.io/y-pds/
0

Configure Feed

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

ypds / client-metadata.json
580 B 12 lines
1{ 2 "client_id": "https://jake.tngl.io/y-pds/client-metadata.json", 3 "client_uri": "https://jake.tngl.io/y-pds", 4 "redirect_uris": ["https://jake.tngl.io/y-pds/callback.html"], 5 "application_type": "native", 6 "client_name": "atrtc demo", 7 "dpop_bound_access_tokens": true, 8 "grant_types": ["authorization_code", "refresh_token"], 9 "response_types": ["code"], 10 "scope": "atproto repo?collection=io.tngl.jake.ypds.doc&collection=io.tngl.jake.ypds.update&collection=io.tngl.jake.ypds.awareness&collection=io.tngl.jake.ypds.snapshot", 11 "token_endpoint_auth_method": "none" 12}