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