# space.dailyreads.authCore

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

✓ This is the authoritative definition for this NSID.

## Links

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

## Definitions

### `space.dailyreads.authCore`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Daily Reads",
  "detail": "Subscribe to RSS feeds and track which items you've read or saved. Daily Reads can read your public Bluesky profile (to show your handle and display name) and read and write space.dailyreads.feed, space.dailyreads.save, and space.dailyreads.read records — it cannot post, edit your profile, manage follows, or touch anything else.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "space.dailyreads.feed"
      ]
    },
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "space.dailyreads.save"
      ]
    },
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "space.dailyreads.read"
      ]
    },
    {
      "aud": "did:web:api.bsky.app#bsky_appview",
      "lxm": [
        "app.bsky.actor.getProfile"
      ],
      "type": "permission",
      "resource": "rpc"
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "space.dailyreads.authCore",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Daily Reads",
      "detail": "Subscribe to RSS feeds and track which items you've read or saved. Daily Reads can read your public Bluesky profile (to show your handle and display name) and read and write space.dailyreads.feed, space.dailyreads.save, and space.dailyreads.read records — it cannot post, edit your profile, manage follows, or touch anything else.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "space.dailyreads.feed"
          ]
        },
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "space.dailyreads.save"
          ]
        },
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "space.dailyreads.read"
          ]
        },
        {
          "aud": "did:web:api.bsky.app#bsky_appview",
          "lxm": [
            "app.bsky.actor.getProfile"
          ],
          "type": "permission",
          "resource": "rpc"
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
