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