com.atiproto.authEnhanced
Schema Diff
+2 -2
1
1
{
2
2
"id": "com.atiproto.authEnhanced",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Enhanced Access",
7
7
"detail": "Full atiproto access. Extends general access with write access to the profile record and RPC access to all profile endpoints.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"com.atiproto.cart",
14
14
"com.atiproto.subscription",
15
15
"com.atiproto.tip",
16
16
"com.atiproto.profile"
17
17
]
18
18
},
19
19
{
20
+
"aud": "*",
20
21
"lxm": [
21
22
"com.atiproto.account.cart.clone",
22
23
"com.atiproto.account.cart.create",
23
24
"com.atiproto.account.cart.get",
24
25
"com.atiproto.account.cart.list",
25
26
"com.atiproto.account.cart.put",
26
27
"com.atiproto.account.profile.get",
27
28
"com.atiproto.account.profile.put",
28
29
"com.atiproto.account.subscription.get",
29
30
"com.atiproto.account.subscription.list",
30
31
"com.atiproto.account.subscription.validate",
31
32
"com.atiproto.account.tip.get",
32
33
"com.atiproto.account.tip.list",
33
34
"com.atiproto.account.tip.validate",
34
35
"com.atiproto.feed.list",
35
36
"com.atiproto.feed.subscription.cancel",
36
37
"com.atiproto.feed.subscription.create",
37
38
"com.atiproto.feed.subscription.get",
38
39
"com.atiproto.feed.subscription.list",
39
40
"com.atiproto.feed.subscription.put",
40
41
"com.atiproto.feed.subscription.validate",
41
42
"com.atiproto.feed.tip.create",
42
43
"com.atiproto.feed.tip.get",
43
44
"com.atiproto.feed.tip.list",
44
45
"com.atiproto.feed.tip.put",
45
46
"com.atiproto.feed.tip.validate",
46
47
"com.atiproto.repo.profile.get",
47
48
"com.atiproto.repo.subscription.count",
48
49
"com.atiproto.repo.tip.count"
49
50
],
50
51
"type": "permission",
51
-
"resource": "rpc",
52
-
"inheritAud": true
52
+
"resource": "rpc"
53
53
}
54
54
]
55
55
}
56
56
},
57
57
"$type": "com.atproto.lexicon.schema",
58
58
"lexicon": 1
59
59
}