# space.dailygame.authCore

> Published by [dailygame.space](https://lexicon.garden/identity/did:plc:ai5s6bbqotd4wbimmawo32zo)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ai5s6bbqotd4wbimmawo32zo/space.dailygame.authCore)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ai5s6bbqotd4wbimmawo32zo/space.dailygame.authCore/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ai5s6bbqotd4wbimmawo32zo/space.dailygame.authCore/examples)

## Definitions

### `space.dailygame.authCore`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Daily Games",
  "detail": "Record your daily puzzle scores, game preferences, and follows in your PDS. Daily Games can only read and write space.dailygame.score, space.dailygame.profile, and space.dailygame.follow records — it cannot touch your posts, profile, follows, or anything else.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "space.dailygame.score"
      ]
    },
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "space.dailygame.profile"
      ]
    },
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "space.dailygame.follow"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "space.dailygame.authCore",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Daily Games",
      "detail": "Record your daily puzzle scores, game preferences, and follows in your PDS. Daily Games can only read and write space.dailygame.score, space.dailygame.profile, and space.dailygame.follow records — it cannot touch your posts, profile, follows, or anything else.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "space.dailygame.score"
          ]
        },
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "space.dailygame.profile"
          ]
        },
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "space.dailygame.follow"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
