social.nstar.authSignUp
Schema Diff
+4 -2
1
1
{
2
2
"id": "social.nstar.authSignUp",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "NorthStar Social",
7
7
"detail": "New account registration and device setup.",
8
8
"title:lang": {},
9
9
"detail:lang": {},
10
10
"permissions": [
11
11
{
12
12
"aud": "*",
13
13
"lxm": [
14
+
"social.nstar.epds.repo.getInfo",
14
15
"social.nstar.epds.repo.getStatus",
15
-
"social.nstar.epds.repo.registerDevice",
16
16
"social.nstar.epds.server.getInviteToken",
17
17
"social.nstar.epds.server.registerActor",
18
18
"social.nstar.relay.server.registerActor",
19
-
"social.nstar.relay.server.unregisterActor"
19
+
"social.nstar.relay.server.unregisterActor",
20
+
"social.nstar.epds.repo.registerDevice",
21
+
"social.nstar.relay.connect.sendRequests"
20
22
],
21
23
"type": "permission",
22
24
"resource": "rpc"
23
25
},
24
26
{
25
27
"type": "permission",
26
28
"action": [
27
29
"create",
28
30
"update",
29
31
"delete"
30
32
],
31
33
"resource": "repo",
32
34
"collection": [
33
35
"social.nstar.public.declaration",
34
36
"social.nstar.public.profile"
35
37
]
36
38
}
37
39
]
38
40
}
39
41
},
40
42
"$type": "com.atproto.lexicon.schema",
41
43
"lexicon": 1
42
44
}