tangled
alpha
login
or
join now
tokono.ma
/
diffuse
5
fork
atom
A music player that connects to your cloud/distributed storage.
5
fork
atom
overview
issues
4
pulls
pipelines
fix: forgot to add playlistItemBundle to oauth scope
Steven Vandevelde
1 week ago
e0081110
ed6ba99d
+2
-2
2 changed files
expand all
collapse all
unified
split
src
oauth-client-metadata.json
oauth-client-metadata.tunnel.json
+1
-1
src/oauth-client-metadata.json
···
3
3
"client_name": "Diffuse",
4
4
"client_uri": "https://elements.diffuse.sh",
5
5
"redirect_uris": ["https://elements.diffuse.sh/oauth/callback"],
6
6
-
"scope": "atproto repo?collection=sh.diffuse.output.facet&collection=sh.diffuse.output.playlistItem&collection=sh.diffuse.output.theme&collection=sh.diffuse.output.track&collection=sh.diffuse.output.trackBundle",
6
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
7
"grant_types": ["authorization_code", "refresh_token"],
8
8
"response_types": ["code"],
9
9
"token_endpoint_auth_method": "none",
+1
-1
src/oauth-client-metadata.tunnel.json
···
3
3
"client_name": "Diffuse",
4
4
"client_uri": "https://handed-pixels-solo-folks.trycloudflare.com",
5
5
"redirect_uris": ["https://handed-pixels-solo-folks.trycloudflare.com/oauth/callback"],
6
6
-
"scope": "atproto repo?collection=sh.diffuse.output.facet&collection=sh.diffuse.output.playlistItem&collection=sh.diffuse.output.theme&collection=sh.diffuse.output.track&collection=sh.diffuse.output.trackBundle",
6
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
7
"grant_types": ["authorization_code", "refresh_token"],
8
8
"response_types": ["code"],
9
9
"token_endpoint_auth_method": "none",