a proof of concept realtime collaborative todo list
0

Configure Feed

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

atodo / client-metadata.json
630 B 12 lines
1{ 2 "client_id": "https://5561-66-108-106-210.ngrok-free.app/client-metadata.json", 3 "client_uri": "https://5561-66-108-106-210.ngrok-free.app/", 4 "redirect_uris": ["https://5561-66-108-106-210.ngrok-free.app/"], 5 "application_type": "native", 6 "client_name": "atsw", 7 "dpop_bound_access_tokens": true, 8 "grant_types": ["authorization_code", "refresh_token"], 9 "response_types": ["code"], 10 "scope": "atproto repo?collection=com.atproto.server.getSession repo?collection=io.tngl.jake.atodo.list repo?collection=io.tngl.jake.atodo.item repo?collection=io.tngl.jake.atodo.tombstone", 11 "token_endpoint_auth_method": "none" 12}