Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): include "auth-excluded" endpoints on the history middleware…
… as well (#4028) right now endpoints defined in `N8N_AUTH_EXCLUDE_ENDPOINTS` are skipping the JWT auth, and the history middleware is returning 404 on these urls. This change ensures that these endpoints skip all auth-related middlewares.
- Loading branch information