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": "*",
21
20
"lxm": [
22
21
"com.atiproto.account.cart.clone",
23
22
"com.atiproto.account.cart.create",
24
23
"com.atiproto.account.cart.get",
25
24
"com.atiproto.account.cart.list",
26
25
"com.atiproto.account.cart.put",
27
26
"com.atiproto.account.profile.get",
28
27
"com.atiproto.account.profile.put",
29
28
"com.atiproto.account.subscription.get",
30
29
"com.atiproto.account.subscription.list",
31
30
"com.atiproto.account.subscription.validate",
32
31
"com.atiproto.account.tip.get",
33
32
"com.atiproto.account.tip.list",
34
33
"com.atiproto.account.tip.validate",
35
34
"com.atiproto.feed.list",
36
35
"com.atiproto.feed.subscription.cancel",
37
36
"com.atiproto.feed.subscription.create",
38
37
"com.atiproto.feed.subscription.get",
39
38
"com.atiproto.feed.subscription.list",
40
39
"com.atiproto.feed.subscription.put",
41
40
"com.atiproto.feed.subscription.validate",
42
41
"com.atiproto.feed.tip.create",
43
42
"com.atiproto.feed.tip.get",
44
43
"com.atiproto.feed.tip.list",
45
44
"com.atiproto.feed.tip.put",
46
45
"com.atiproto.feed.tip.validate",
47
46
"com.atiproto.repo.profile.get",
48
47
"com.atiproto.repo.subscription.count",
49
48
"com.atiproto.repo.tip.count"
50
49
],
51
50
"type": "permission",
52
-
"resource": "rpc"
51
+
"resource": "rpc",
52
+
"inheritAud": true
53
53
}
54
54
]
55
55
}
56
56
},
57
57
"$type": "com.atproto.lexicon.schema",
58
58
"lexicon": 1
59
59
}