connect-mongostore icon indicating copy to clipboard operation
connect-mongostore copied to clipboard

broken for connect 3.0 +

Open cainus opened this issue 10 years ago • 1 comments

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.

cainus avatar Aug 03 '14 20:08 cainus

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?

diversario avatar Oct 02 '14 06:10 diversario