social.nstar.authSignUp

nstar.social

Schema Diff

+7 -3

From

CID
bafyreidwtlfc2f2...
Indexed At
2026-04-04 05:09 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.registerDevice",
14 +
            "social.nstar.epds.repo.getInfo",
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 -
            "social.nstar.actor.declaration"
35 +
            "social.nstar.public.declaration",
36 +
            "social.nstar.public.profile"
33 37
          ]
34 38
        }
35 39
      ]
36 40
    }
37 41
  },
38 42
  "$type": "com.atproto.lexicon.schema",
39 43
  "lexicon": 1
40 44
}

Compare Other Versions

Lexicon Garden

@