social.nstar.authFull
Schema Diff
+18 -0
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
+
{
12
30
"type": "permission",
13
31
"action": [
14
32
"create",
15
33
"update",
16
34
"delete"
17
35
],
18
36
"resource": "repo",
19
37
"collection": [
20
38
"social.nstar.actor.declaration"
21
39
]
22
40
}
23
41
]
24
42
}
25
43
},
26
44
"$type": "com.atproto.lexicon.schema",
27
45
"lexicon": 1
28
46
}