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