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