A music player that connects to your cloud/distributed storage.
at v4 12 lines 674 B view raw
1{ 2 "client_id": "https://elements.diffuse.sh/oauth-client-metadata.json", 3 "client_name": "Diffuse", 4 "client_uri": "https://elements.diffuse.sh", 5 "redirect_uris": ["https://elements.diffuse.sh/oauth/callback"], 6 "scope": "atproto repo?collection=sh.diffuse.output.facet&collection=sh.diffuse.output.playlistItem&collection=sh.diffuse.output.playlistItemBundle&collection=sh.diffuse.output.theme&collection=sh.diffuse.output.track&collection=sh.diffuse.output.trackBundle", 7 "grant_types": ["authorization_code", "refresh_token"], 8 "response_types": ["code"], 9 "token_endpoint_auth_method": "none", 10 "application_type": "web", 11 "dpop_bound_access_tokens": true 12}