Fork of atp.tools as a universal profile for people on the ATmosphere
at main 12 lines 427 B view raw
1{ 2 "redirect_uris": ["https://atp.tools/auth/callback"], 3 "response_types": ["code"], 4 "grant_types": ["authorization_code", "refresh_token"], 5 "scope": "atproto transition:generic", 6 "token_endpoint_auth_method": "none", 7 "application_type": "web", 8 "client_id": "https://atp.tools/oauth/client-metadata.json", 9 "client_name": "atproto tools", 10 "client_uri": "https://atp.tools", 11 "dpop_bound_access_tokens": true 12}