labstack / echo

High performance, minimalist Go web framework
https://echo.labstack.com
MIT License
29.94k stars 2.23k forks source link

remove jwt middleware #2701

Open stevenwhitehead opened 1 week ago

stevenwhitehead commented 1 week ago

For #2699

Seems consensus is to remove this middleware and rely on the middleware for https://github.com/labstack/echo-jwt .

This PR removes the dependencies and the middleware.