Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

v3.0.1

Choose a tag to compare

@jasisk jasisk released this 17 Mar 20:58
· 36 commits to v3.x since this release

Breaking Changes

  1. registered middleware factories are now called with a context set to the method owner. This helps in specific cases (e.g., Passport).
    Previously: The factory was called with a context of null.

    Implementation, Issue, Pull Request