# social.twinkl.auth.basic

> Published by [kandake.africa](https://lexicon.garden/identity/did:plc:lrphxvv25aibthe7xoc2eeyy)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:lrphxvv25aibthe7xoc2eeyy/social.twinkl.auth.basic)
- [Documentation](https://lexicon.garden/lexicon/did:plc:lrphxvv25aibthe7xoc2eeyy/social.twinkl.auth.basic/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:lrphxvv25aibthe7xoc2eeyy/social.twinkl.auth.basic/examples)

## Definitions

### `social.twinkl.auth.basic`

**Type**: `permission-set`

Blah blah blah

```json
{
  "type": "permission-set",
  "title": "Twinkl Home Page & Social",
  "detail": "Create and manage your Twinkl home page: Web Tiles, theme and custom styles, profile music, your Top Friends list, and guestbook signatures you leave on other pages.",
  "title:lang": {},
  "description": "Blah blah blah",
  "detail:lang": {},
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "social.twinkl.actor.style",
        "social.twinkl.actor.profileMusic",
        "social.twinkl.graph.topFriends",
        "social.twinkl.homepage.tile",
        "social.twinkl.guestbook.post"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "social.twinkl.auth.basic",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Twinkl Home Page & Social",
      "detail": "Create and manage your Twinkl home page: Web Tiles, theme and custom styles, profile music, your Top Friends list, and guestbook signatures you leave on other pages.",
      "title:lang": {},
      "description": "Blah blah blah",
      "detail:lang": {},
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "social.twinkl.actor.style",
            "social.twinkl.actor.profileMusic",
            "social.twinkl.graph.topFriends",
            "social.twinkl.homepage.tile",
            "social.twinkl.guestbook.post"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
