social.nstar.authSignUp

nstar.social

Schema Diff

+4 -1

From

CID
bafyreifwqxyegex...
Indexed At
2026-04-13 22:54 UTC
View this version

To

CID
bafyreicrn4psfzd...
Indexed At
2026-04-19 08:52 UTC
View this version
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 16
            "social.nstar.epds.server.getInviteToken",
16 17
            "social.nstar.epds.server.registerActor",
17 18
            "social.nstar.relay.server.registerActor",
18 -
            "social.nstar.relay.server.unregisterActor"
19 +
            "social.nstar.relay.server.unregisterActor",
20 +
            "social.nstar.epds.repo.registerDevice",
21 +
            "social.nstar.relay.connect.sendRequests"
19 22
          ],
20 23
          "type": "permission",
21 24
          "resource": "rpc"
22 25
        },
23 26
        {
24 27
          "type": "permission",
25 28
          "action": [
26 29
            "create",
27 30
            "update",
28 31
            "delete"
29 32
          ],
30 33
          "resource": "repo",
31 34
          "collection": [
32 35
            "social.nstar.public.declaration",
33 36
            "social.nstar.public.profile"
34 37
          ]
35 38
        }
36 39
      ]
37 40
    }
38 41
  },
39 42
  "$type": "com.atproto.lexicon.schema",
40 43
  "lexicon": 1
41 44
}

Compare Other Versions

Lexicon Garden

@