space.dailyreads.authCore
Schema Diff
+1 -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 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.",
7
+
"detail": "Subscribe to RSS feeds and track which items you've read, saved, or bookmarked. 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, space.dailyreads.read, community.lexicon.bookmarks.bookmark, and today.cacao.bookmarks.bookmark 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
29
},
30
30
{
31
31
"aud": "did:web:api.bsky.app#bsky_appview",
32
32
"lxm": [
33
33
"app.bsky.actor.getProfile"
34
34
],
35
35
"type": "permission",
36
36
"resource": "rpc"
37
37
}
38
38
]
39
39
}
40
40
},
41
41
"$type": "com.atproto.lexicon.schema",
42
42
"lexicon": 1
43
43
}