moq-token

Crates.iomoq-token
lib.rsmoq-token
version0.5.3
created_at2025-06-03 20:18:58.82339+00
updated_at2025-08-13 16:58:03.227379+00
descriptionMedia over QUIC - Token Generation and Validation
homepage
repositoryhttps://github.com/kixelated/moq
max_upload_size
id1699433
size68,451
(kixelated)

documentation

README

moq-token

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

For comprehensive documentation including token structure, authorization rules, and examples, see: Authentication Documentation

Quick 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