v3.0.0
3.0.0 (2020-03-10)
Features
BREAKING CHANGES
-
API: -
ttl
is now in seconds, just likemaxAge
cookie option, easier -
fix(destroy): ensure we clear the underlying store
To avoid cases like:
session.destroy()
session.get("user") => still working
- test(throw): add Iron throw test