social.nstar.authFull
Schema Diff
+1 -1
1
1
{
2
2
"id": "social.nstar.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Full NorthStar Social App Permissions",
7
7
"detail": "Manage all NorthStar Social-specific features and data.",
8
8
"title:lang": {},
9
9
"detail:lang": {},
10
10
"permissions": [
11
11
{
12
12
"lxm": [
13
13
"social.nstar.epds.repo.getInfo",
14
14
"social.nstar.epds.repo.getStatus",
15
15
"social.nstar.epds.repo.registerDevice",
16
16
"social.nstar.epds.server.createInviteCode",
17
17
"social.nstar.epds.server.getActorInviteCode",
18
18
"social.nstar.epds.server.getInviteToken",
19
19
"social.nstar.epds.server.getRepoAccessToken",
20
20
"social.nstar.epds.server.registerActor",
21
21
"social.nstar.relay.connect.getRequests",
22
22
"social.nstar.relay.server.registerActor",
23
23
"social.nstar.relay.server.unregisterActor"
24
24
],
25
25
"type": "permission",
26
26
"resource": "rpc",
27
-
"inheritAud": false
27
+
"inheritAud": true
28
28
},
29
29
{
30
30
"type": "permission",
31
31
"action": [
32
32
"create",
33
33
"update",
34
34
"delete"
35
35
],
36
36
"resource": "repo",
37
37
"collection": [
38
38
"social.nstar.actor.declaration"
39
39
]
40
40
}
41
41
]
42
42
}
43
43
},
44
44
"$type": "com.atproto.lexicon.schema",
45
45
"lexicon": 1
46
46
}