# app.flapnote.authBasic

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

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:mzlfgcwppu4zcbrx37mrbpcq/app.flapnote.authBasic)
- [Documentation](https://lexicon.garden/lexicon/did:plc:mzlfgcwppu4zcbrx37mrbpcq/app.flapnote.authBasic/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:mzlfgcwppu4zcbrx37mrbpcq/app.flapnote.authBasic/examples)

## Definitions

### `app.flapnote.authBasic`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Flapnote.app",
  "detail": "",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "app.flapnote.feed.animation",
        "app.flapnote.feed.star",
        "app.flapnote.feed.channel",
        "app.flapnote.graph.follow",
        "app.flapnote.actor.declaration"
      ]
    },
    {
      "lxm": [
        "app.flapnote.feed.getAnimation",
        "app.flapnote.feed.getAuthorAnimations",
        "app.flapnote.feed.searchAnimations",
        "app.flapnote.feed.getChannelFeed",
        "app.flapnote.feed.getTimeline",
        "app.flapnote.feed.getStarred",
        "app.flapnote.feed.getChannel",
        "app.flapnote.feed.latestChannels",
        "app.flapnote.feed.searchChannels",
        "app.flapnote.feed.searchAnimationsInChannel",
        "app.flapnote.actor.getProfile",
        "app.flapnote.actor.getPreferences",
        "app.flapnote.actor.putPreferences",
        "app.flapnote.moderation.createReport"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "app.flapnote.authBasic",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Flapnote.app",
      "detail": "",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "app.flapnote.feed.animation",
            "app.flapnote.feed.star",
            "app.flapnote.feed.channel",
            "app.flapnote.graph.follow",
            "app.flapnote.actor.declaration"
          ]
        },
        {
          "lxm": [
            "app.flapnote.feed.getAnimation",
            "app.flapnote.feed.getAuthorAnimations",
            "app.flapnote.feed.searchAnimations",
            "app.flapnote.feed.getChannelFeed",
            "app.flapnote.feed.getTimeline",
            "app.flapnote.feed.getStarred",
            "app.flapnote.feed.getChannel",
            "app.flapnote.feed.latestChannels",
            "app.flapnote.feed.searchChannels",
            "app.flapnote.feed.searchAnimationsInChannel",
            "app.flapnote.actor.getProfile",
            "app.flapnote.actor.getPreferences",
            "app.flapnote.actor.putPreferences",
            "app.flapnote.moderation.createReport"
          ],
          "type": "permission",
          "resource": "rpc",
          "inheritAud": true
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
