fm.plyr.authFullApp
Schema Diff
+1 -0
1
1
{
2
2
"id": "fm.plyr.authFullApp",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Full plyr.fm Access",
7
7
"detail": "Provides full access to all plyr.fm features including uploading and managing tracks, playlists, likes, and comments.",
8
+
"description": "Write access to a user's plyr.fm data. Clients request include:fm.plyr.authFullApp at sign-in and the PDS expands it into the collections this set currently lists — the set can evolve without clients changing their scope request.",
8
9
"permissions": [
9
10
{
10
11
"type": "permission",
11
12
"action": [
12
13
"create",
13
14
"update",
14
15
"delete"
15
16
],
16
17
"resource": "repo",
17
18
"collection": [
18
19
"fm.plyr.track",
19
20
"fm.plyr.like",
20
21
"fm.plyr.comment",
21
22
"fm.plyr.list",
22
23
"fm.plyr.actor.profile"
23
24
]
24
25
}
25
26
]
26
27
}
27
28
},
28
29
"$type": "com.atproto.lexicon.schema",
29
30
"lexicon": 1
30
31
}