moq-token-cli 0.2.6

Media over QUIC - Token Generation and Validation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# moq-token

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

## Usage
```bash
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!