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