| Crates.io | moq-token |
| lib.rs | moq-token |
| version | 0.5.3 |
| created_at | 2025-06-03 20:18:58.82339+00 |
| updated_at | 2025-08-13 16:58:03.227379+00 |
| description | Media over QUIC - Token Generation and Validation |
| homepage | |
| repository | https://github.com/kixelated/moq |
| max_upload_size | |
| id | 1699433 |
| size | 68,451 |
A simple JWT and JWK based authentication scheme for moq-relay.
For comprehensive documentation including token structure, authorization rules, and examples, see: Authentication Documentation
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!