You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2021. It is now read-only.
Hello! Your package is very cool! But, please add the ability to reset middlewares in nested route.
Example:
path: /api/auth
routes.js // middlewares check jwt token
path: /api/auth/login
reset.js // reset or reset and set new middlewares
Or: add routes.js options for reset or add middlewares.
Thanks!