this repo has no description
0
fork

Configure Feed

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

Test client-metadata.json

Woovie e54a2c2e 26e32d94

+11
+11
client-metadata.json
··· 1 + { 2 + "client_id": "https://demo.tngl.io/client-metadata.json", 3 + "client_name": "Godot ATProto OAuth", 4 + "application_type": "native", 5 + "token_endpoint_auth_method": "none", 6 + "dpop_bound_access_tokens": true, 7 + "grant_types": ["authorization_code", "refresh_token"], 8 + "response_types": ["code"], 9 + "scope": "atproto", 10 + "redirect_uris": ["http://127.0.0.1"] 11 + }