We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to apply authMiddleware for all the routes in userRoute?
I want to apply authMiddleware for all the routes in userRoute, currently I were add authMiddleware inside each route.
The text was updated successfully, but these errors were encountered:
private initializeRoutes() { this.router.use(/Your middleware/) }
hope this can help
Sorry, something went wrong.
ljlm0402
No branches or pull requests
Summary (요약)
How to apply authMiddleware for all the routes in userRoute?
Additional Details (추가적인 세부 사항)
I want to apply authMiddleware for all the routes in userRoute, currently I were add authMiddleware inside each route.
The text was updated successfully, but these errors were encountered: