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