Closed
Description
Let me know what you want to see in v5 ✌️
Here are my thoughts?
I don't likeContext
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 feat: Add a new ErrorHandlerWithContext #1328 with
JWTErrorHandler
(How about adding next to the handler so you can rely on next auth handler)