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