Skip to content

Commit

Permalink
docs: add known issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchuno committed May 10, 2021
1 parent 5b1b965 commit 9c1d0b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ MongoDB session store for [Connect](https://github.com/senchalabs/connect) and [
- [Known issues](#known-issues)
- [Native autoRemove causing error on close](#native-autoremove-causing-error-on-close)
- [MongoError exports circular dependency](#mongoerror-exports-circular-dependency)
- [Existing encrypted v3.2.0 sessions are not decrypted correctly by v4](#existing-encrypted-v320-sessions-are-not-decrypted-correctly-by-v4)
- [Events](#events)
- [Session expiration](#session-expiration)
- [Remove expired sessions](#remove-expired-sessions)
Expand Down Expand Up @@ -146,6 +147,10 @@ The following error can be safely ignore from [official reply](https://developer
(Use `node --trace-warnings ...` to show where the warning was created)
```

### Existing encrypted v3.2.0 sessions are not decrypted correctly by v4

v4 cannot decrypt the session encrypted from v3.2 due to a bug. Please take a look on this issue for possible workaround. [#420](https://github.com/jdesboeufs/connect-mongo/issues/420)

## Events

A `MongoStore` instance will emit the following events:
Expand Down

0 comments on commit 9c1d0b5

Please sign in to comment.