mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Cleanup event fields
This commit is contained in:
parent
66ec6955e9
commit
dd11b7ee33
7
68.md
7
68.md
|
@ -48,15 +48,14 @@ Each client app has an “identity” keypair whose private key stays server sid
|
||||||
// ... other fields
|
// ... other fields
|
||||||
"content": {
|
"content": {
|
||||||
"name": "Zappy Bird",
|
"name": "Zappy Bird",
|
||||||
"domain": "zappybird.com",
|
"nip05": "_@zappybird.com",
|
||||||
"picture": "https://zappybird.com/logo.png",
|
"image": "https://zappybird.com/logo.png",
|
||||||
"image": ["https://zappybird.com/auth/callback"],
|
|
||||||
"allowed_redirect_uris": ["https://zappybird.com/auth/callback", "zappybird://auth/callback"],
|
"allowed_redirect_uris": ["https://zappybird.com/auth/callback", "zappybird://auth/callback"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This event contains the content that would show up on a permissions page: app name, image, and a NIP-05-verified domain. See [below](#why-not-just-use-the-kind-0-metadata-event-for-app-identity) for reasons why this shouldn’t just be the kind-0 event. Critically, it can also contain restrictions on who can receive connections as this app identity.
|
This event contains the content that would show up on a permissions page: app name, image, and a NIP-05-verified address. See [below](#why-not-just-use-the-kind-0-metadata-event-for-app-identity) for reasons why this shouldn’t just be the kind-0 event. Critically, it can also contain restrictions on who can receive connections as this app identity.
|
||||||
|
|
||||||
### OAuth
|
### OAuth
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user