connect-mongostore
connect-mongostore copied to clipboard
broken for connect 3.0 +
If you upgrade to connect 3.0+, you'll see the tests no longer pass. I imagine that indicates the reason that I can't get this library to run under connect 3.0 with the README's instructions either.
I haven't use connect 3.0 but after looking at it I see that middleware is now unbundled and session middleware is moved to https://github.com/expressjs/session. Are you including it with your connect app?