You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.