social.nstar.authFull
Schema Diff
+0 -18
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
-
"lxm": [
13
-
"social.nstar.epds.repo.getInfo",
14
-
"social.nstar.epds.repo.getStatus",
15
-
"social.nstar.epds.repo.registerDevice",
16
-
"social.nstar.epds.server.createInviteCode",
17
-
"social.nstar.epds.server.getActorInviteCode",
18
-
"social.nstar.epds.server.getInviteToken",
19
-
"social.nstar.epds.server.getRepoAccessToken",
20
-
"social.nstar.epds.server.registerActor",
21
-
"social.nstar.relay.connect.getRequests",
22
-
"social.nstar.relay.server.registerActor",
23
-
"social.nstar.relay.server.unregisterActor"
24
-
],
25
-
"type": "permission",
26
-
"resource": "rpc",
27
-
"inheritAud": true
28
-
},
29
-
{
30
12
"type": "permission",
31
13
"action": [
32
14
"create",
33
15
"update",
34
16
"delete"
35
17
],
36
18
"resource": "repo",
37
19
"collection": [
38
20
"social.nstar.actor.declaration"
39
21
]
40
22
}
41
23
]
42
24
}
43
25
},
44
26
"$type": "com.atproto.lexicon.schema",
45
27
"lexicon": 1
46
28
}