diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2026-03-02 12:07:50 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2026-03-02 12:07:50 -0300 |
| commit | ed77351a2b151464619e23c5c0f1bc47f08601d6 (patch) | |
| tree | 2431ad9d5319027d29fe9a6d81e5e6e25885386f | |
| parent | 533b7f8ffeae76ba04ab7da78296ff8902b2ec47 (diff) | |
add note about the jwt identity.
| -rw-r--r-- | 29.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -58,6 +58,8 @@ The `Authorization` event should be of kind `27235` and contain a tag `["u", "ht | |||
| 58 | 58 | ||
| 59 | Relays should enforce access control at the LiveKit JWT creation time according to the group settings. | 59 | Relays should enforce access control at the LiveKit JWT creation time according to the group settings. |
| 60 | 60 | ||
| 61 | Relays MUST set the `sub` property on the issued JWT (called "identity" in the standard LiveKit libraries) to the requesting user's lowercase hexadecimal public key. | ||
| 62 | |||
| 61 | ## Event definitions | 63 | ## Event definitions |
| 62 | 64 | ||
| 63 | These are the events expected to be found in NIP-29 groups. | 65 | These are the events expected to be found in NIP-29 groups. |