# app.beaconbits.authCore

> Published by [beaconbits.app](https://lexicon.garden/identity/did:plc:j5ttxzdb5kwo4mcqkmzgvt33)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:j5ttxzdb5kwo4mcqkmzgvt33/app.beaconbits.authCore)
- [Documentation](https://lexicon.garden/lexicon/did:plc:j5ttxzdb5kwo4mcqkmzgvt33/app.beaconbits.authCore/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:j5ttxzdb5kwo4mcqkmzgvt33/app.beaconbits.authCore/examples)

## Definitions

### `app.beaconbits.authCore`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Core Beacon Bits access",
  "detail": "Create and manage check-ins, profile settings, favorites, and beacon likes",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "app.beaconbits.beacon"
      ]
    },
    {
      "type": "permission",
      "action": [
        "create",
        "update"
      ],
      "resource": "repo",
      "collection": [
        "app.beaconbits.profile"
      ]
    },
    {
      "type": "permission",
      "action": [
        "create",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "app.beaconbits.favorite"
      ]
    },
    {
      "type": "permission",
      "action": [
        "create",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "app.beaconbits.beacon.like"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "app.beaconbits.authCore",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Core Beacon Bits access",
      "detail": "Create and manage check-ins, profile settings, favorites, and beacon likes",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "app.beaconbits.beacon"
          ]
        },
        {
          "type": "permission",
          "action": [
            "create",
            "update"
          ],
          "resource": "repo",
          "collection": [
            "app.beaconbits.profile"
          ]
        },
        {
          "type": "permission",
          "action": [
            "create",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "app.beaconbits.favorite"
          ]
        },
        {
          "type": "permission",
          "action": [
            "create",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "app.beaconbits.beacon.like"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
