Skip to content

v0.7.0

Choose a tag to compare

@evert evert released this 21 Jun 21:28
· 39 commits to main since this release
ddaa3e9
  • Removed expires option, and added maxAge instead. expires never made sense, because it represents a fixed point in time. Which means that if expires was set to 1 hour in the future, the middleware would no longer generate valid sessions after the first hour the server is up. (@defrex)
  • Dropped Node 12 support. Node 14 is now the minimum version.