Let me know what you want to see in v5 ✌️ Here are my thoughts? - ~~I don't like `Context` as an interface, we did it to expand on it using a custom context; however, casting it back in handler is tedious~~ - Simplified middleware signature like in v1/v2? making it easier to write a middleware. - Bind path parameters - Merge https://github.com/labstack/echo/pull/1328 with `JWTErrorHandler` (How about adding next to the handler so you can rely on next auth handler)
Let me know what you want to see in v5 ✌️
Here are my thoughts?
I don't likeContextas an interface, we did it to expand on it using a custom context; however, casting it back in handler is tediousJWTErrorHandler(How about adding next to the handler so you can rely on next auth handler)