It seems the current echo-jwt middleware does not support the WithLeeway option from golang-jwt, which leads to strict token expiration checks without allowance for clock skew.
Adding support for configuring leeway would help tolerate minor time differences during token validation.
Thanks!