| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-21 | 442 Bytes | |
| v6.7.4 source code.tar.gz | 2026-06-21 | 4.1 MB | |
| v6.7.4 source code.zip | 2026-06-21 | 4.2 MB | |
| Totals: 3 Items | 8.3 MB | 0 | |
Patch Changes
-
0205c78: fix: run jwt middleware before middleware plugins
Register the JWT middleware before middleware plugins are loaded so that
req.remote_user(anonymous by default) is available inside a plugin'sregister_middlewares. The API router keeps its own JWT middleware behind a guard so it is not executed twice.Backport of https://github.com/verdaccio/verdaccio/pull/5697
Closes #5167