echo
echo copied to clipboard
Change function signature of middleware jwt's SuccessHandler
Should change middleware jwt's SuccessHandler:
type JWTSuccessHandler func(c echo.Context)
-> type JWTSuccessHandler func(c echo.Context) error
It should be a minor change that will not affect most uses and API.