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 (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)