Hi! I made some middlewares for Oak, which you might enjoy (seeing you are using djwt).
One of the middlewares is for JWT validation (though I see you already have your own implementation of this). If you would like to use this middleware, I would love some feedback 👍
I have two other middlewares as well, but I am not sure if you might need them. One is for request-body and parameter validation (very much still in development, but works), and the other one is for logging and error handling.
Hope this is useful for you 🚀
Hi! I made some middlewares for Oak, which you might enjoy (seeing you are using djwt).
One of the middlewares is for JWT validation (though I see you already have your own implementation of this). If you would like to use this middleware, I would love some feedback 👍
I have two other middlewares as well, but I am not sure if you might need them. One is for request-body and parameter validation (very much still in development, but works), and the other one is for logging and error handling.
Hope this is useful for you 🚀