moq-token-cli

Crates.iomoq-token-cli
lib.rsmoq-token-cli
version0.2.8
created_at2025-06-03 23:15:08.626204+00
updated_at2025-09-05 21:02:30.473112+00
descriptionMedia over QUIC - Token Generation and Validation
homepage
repositoryhttps://github.com/kixelated/moq
max_upload_size
id1699603
size42,944
(kixelated)

documentation

README

moq-token

A simple JWT-based authentication scheme for moq-relay.

Usage

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

Public Keys

We currently don't support public key cryptography, but we should in the future. Patches welcome!

Commit count: 645

cargo fmt