moq-token 0.5.3

Media over QUIC - Token Generation and Validation
Documentation

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!