Command mint prints a standard RFC 7519 HS256 JWT to stdout, signed with the
supplied shared secret, so non-Go test stacks (pytest/PyJWT, curl, etc.) can
obtain a harness-minted token without linking any Go code. See
pkg/securex/harness/README.md for the cross-language recipe.