# social.nstar.authSignUp

> Published by [nstar.social](https://lexicon.garden/identity/did:web:nstar.social)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:nstar.social/social.nstar.authSignUp)
- [Documentation](https://lexicon.garden/lexicon/did:web:nstar.social/social.nstar.authSignUp/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:nstar.social/social.nstar.authSignUp/examples)

## Definitions

### `social.nstar.authSignUp`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "NorthStar Social",
  "detail": "New account registration and device setup.",
  "title:lang": {},
  "detail:lang": {},
  "permissions": [
    {
      "aud": "*",
      "lxm": [
        "social.nstar.epds.repo.getInfo",
        "social.nstar.epds.repo.getStatus",
        "social.nstar.epds.server.getInviteToken",
        "social.nstar.epds.server.registerActor",
        "social.nstar.relay.server.registerActor",
        "social.nstar.relay.server.unregisterActor"
      ],
      "type": "permission",
      "resource": "rpc"
    },
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "social.nstar.public.declaration",
        "social.nstar.public.profile"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "social.nstar.authSignUp",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "NorthStar Social",
      "detail": "New account registration and device setup.",
      "title:lang": {},
      "detail:lang": {},
      "permissions": [
        {
          "aud": "*",
          "lxm": [
            "social.nstar.epds.repo.getInfo",
            "social.nstar.epds.repo.getStatus",
            "social.nstar.epds.server.getInviteToken",
            "social.nstar.epds.server.registerActor",
            "social.nstar.relay.server.registerActor",
            "social.nstar.relay.server.unregisterActor"
          ],
          "type": "permission",
          "resource": "rpc"
        },
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "social.nstar.public.declaration",
            "social.nstar.public.profile"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
