Skip to content

Commit

Permalink
Add patch-package and temp fix for passport.js 0.6.0 bug
Browse files Browse the repository at this point in the history
patch-package allows seamless patching of npm modules (dependencies) without having to fork them.  You can modify the files in node_modules and use patch-package to capture the changes and reapply them each time the module is installed.
passport.js 0.6.0 currently has a bug that breaks the logout function.  The maintainer hasn't had bandwidth to fix it, but there is a pull request in github that addresses the issue.  The patch here applies the changes from the pull request to 0.6.0.
Passport bug: jaredhanson/passport#904
Passport Fix/Pull Request: jaredhanson/passport#947
  • Loading branch information
YasharF committed Jul 13, 2023
1 parent a92cb2f commit df2a27d
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 8 deletions.

0 comments on commit df2a27d

Please sign in to comment.