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

MongoDB session store for Express

Results 21 connect-mongo issues
Sort by recently updated
recently updated
newest added

- **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

- **I'm submitting a ...** [*] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Bug fix, adds `express-session` as a peer dependency. Fixes https://github.com/yarnpkg/berry/issues/4368 - **What is the current...

- **I'm submitting a ...** [ ] bug report [1 ] feature request [ ] question about the decisions made in the repository [ ] question about how to use...

- **I'm submitting a ...** - [x] Maintenance request - **Summary** The TypeScript declarations for the 4.1.x MongoDB driver are full of errors, so it is currently impossible to build...

- **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

When `resave: false` and `rolling: true` then the store will update the top-level `expires` in the session database on each request. express-session will also update the cookie and send it...

bug

hi, I am trying to connect express session to my native mongo store by reusing the existing mongo client instance, but no matter how much i try, it never seem...

Hello , I have a problem regarding my login application , im using passport-local strategy to authenticate users but the problem is that only one user session is created at...

- **I'm submitting a ...** [X] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...