space.dailyreads.authCore
Schema Diff
+9 -1
1
1
{
2
2
"id": "space.dailyreads.authCore",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Daily Reads",
7
-
"detail": "Subscribe to RSS feeds and track which items you've read or saved. Daily Reads can only read and write space.dailyreads.feed, space.dailyreads.save, and space.dailyreads.read records — it cannot touch your posts, profile, follows, or anything else.",
7
+
"detail": "Subscribe to RSS feeds and track which items you've read or saved. Daily Reads can read your public Bluesky profile (to show your handle and display name) and read and write space.dailyreads.feed, space.dailyreads.save, and space.dailyreads.read records — it cannot post, edit your profile, manage follows, or touch anything else.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"space.dailyreads.feed"
14
14
]
15
15
},
16
16
{
17
17
"type": "permission",
18
18
"resource": "repo",
19
19
"collection": [
20
20
"space.dailyreads.save"
21
21
]
22
22
},
23
23
{
24
24
"type": "permission",
25
25
"resource": "repo",
26
26
"collection": [
27
27
"space.dailyreads.read"
28
28
]
29
+
},
30
+
{
31
+
"aud": "did:web:api.bsky.app#bsky_appview",
32
+
"lxm": [
33
+
"app.bsky.actor.getProfile"
34
+
],
35
+
"type": "permission",
36
+
"resource": "rpc"
29
37
}
30
38
]
31
39
}
32
40
},
33
41
"$type": "com.atproto.lexicon.schema",
34
42
"lexicon": 1
35
43
}