| Crates.io | moq-token-cli |
| lib.rs | moq-token-cli |
| version | 0.2.8 |
| created_at | 2025-06-03 23:15:08.626204+00 |
| updated_at | 2025-09-05 21:02:30.473112+00 |
| description | Media over QUIC - Token Generation and Validation |
| homepage | |
| repository | https://github.com/kixelated/moq |
| max_upload_size | |
| id | 1699603 |
| size | 42,944 |
A simple JWT-based authentication scheme for moq-relay.
moq-token --key key.jwk generate
moq-token --key key.jwk sign --root demo --publish bbb > token.jwt
moq-token --key key.jwk verify < token.jwt
We currently don't support public key cryptography, but we should in the future. Patches welcome!