-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Use middlewares? #3
Comments
hello halvardssm gonna test your framework, tq |
Trying to test this code but seems buggy and the module used here is obselete, gonna rewrite the new one. |
Oh? Which parts are obsolete? |
honestly, will make new comer desperate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 🚀
The text was updated successfully, but these errors were encountered: