moq-token-cli-0.5.18 is not a library.
moq-token-cli
A simple JWT-based authentication scheme for moq-relay.
Install
Docker
Multi-arch images (linux/amd64 and linux/arm64) are published to Docker Hub.
Quick Usage (symmetric keys)
# generate secret key
# sign a new JWT
# verify the JWT
Quick Usage (asymmetric keys)
# generate private and public keys
# sign a new JWT (using private key)
# verify the JWT (using public key)