social.nstar.authSignUp
Schema Diff
+7 -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",
15
+
"social.nstar.epds.repo.getStatus",
14
16
"social.nstar.epds.server.getInviteToken",
15
17
"social.nstar.epds.server.registerActor",
16
18
"social.nstar.relay.server.registerActor",
17
-
"social.nstar.relay.server.unregisterActor"
19
+
"social.nstar.relay.server.unregisterActor",
20
+
"social.nstar.epds.repo.registerDevice",
21
+
"social.nstar.relay.connect.sendRequests"
18
22
],
19
23
"type": "permission",
20
24
"resource": "rpc"
21
25
},
22
26
{
23
27
"type": "permission",
24
28
"action": [
25
29
"create",
26
30
"update",
27
31
"delete"
28
32
],
29
33
"resource": "repo",
30
34
"collection": [
31
-
"social.nstar.actor.declaration"
35
+
"social.nstar.public.declaration",
36
+
"social.nstar.public.profile"
32
37
]
33
38
}
34
39
]
35
40
}
36
41
},
37
42
"$type": "com.atproto.lexicon.schema",
38
43
"lexicon": 1
39
44
}