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