social.nstar.authSignUp
Schema Diff
+5 -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
-
"detail": "Account registration and device setup.",
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
19
"social.nstar.relay.server.unregisterActor"
18
20
],
19
21
"type": "permission",
20
22
"resource": "rpc"
21
23
},
22
24
{
23
25
"type": "permission",
24
26
"action": [
25
27
"create",
26
28
"update",
27
29
"delete"
28
30
],
29
31
"resource": "repo",
30
32
"collection": [
31
-
"social.nstar.actor.declaration"
33
+
"social.nstar.public.declaration",
34
+
"social.nstar.public.profile"
32
35
]
33
36
}
34
37
]
35
38
}
36
39
},
37
40
"$type": "com.atproto.lexicon.schema",
38
41
"lexicon": 1
39
42
}