A simple JWT-based authentication scheme for moq-relay.
```bash
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
```
We currently don't support public key cryptography, but we should in the future.
Patches welcome!