moq-token-cli 0.1.0

Media over QUIC - Token Generation and Validation
moq-token-cli-0.1.0 is not a library.

moq-token

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

Usage

moq-token --key key.jwk generate
moq-token --key key.jwk sign --path 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!