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