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": "OAuth permission set granting full write access to a user's plyr.fm data. Clients request it at sign-in as include:fm.plyr.authFullApp; the user's PDS expands it into granular repo permissions for each collection. Grants create, update, and delete on five collections in the user's repository: fm.plyr.track (uploaded audio tracks), fm.plyr.like (track likes), fm.plyr.comment (timed comments anchored to a playback position), fm.plyr.list (ordered collections of records, used for playlists), and fm.plyr.actor.profile (creator profile). These records are public — reading them requires no permission.",
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
}