### Issue Description It might make sense to update to the latest JWT library version: https://github.com/labstack/echo/blob/0ce73028d0815e0ecec80964cc2da42d98fafa33/middleware/jwt.go#L9 at least for the v5 roadmap. The latest verison is: ``` https://github.com/golang-jwt/jwt import "github.com/golang-jwt/jwt/v4" ```
Issue Description
It might make sense to update to the latest JWT library version:
echo/middleware/jwt.go
Line 9 in 0ce7302
at least for the v5 roadmap.
The latest verison is: