iron-session

🛠 Secure, stateless, and cookie-based session library for JavaScript

MIT License

Downloads
666.8K
Stars
3.6K
Committers
47

Bot releases are hidden (Show)

iron-session - v3.3.0

Published by vvo over 4 years ago

3.3.0 (2020-05-01)

Features

iron-session - v3.2.0

Published by vvo over 4 years ago

3.2.0 (2020-04-30)

Features

  • password: allow for multiple passwords (password rotation) (#79) (6963762), closes #69
iron-session - v3.1.2

Published by vvo over 4 years ago

3.1.2 (2020-04-27)

Bug Fixes

iron-session - v3.1.1

Published by vvo over 4 years ago

3.1.1 (2020-03-30)

Bug Fixes

  • handler: handle case where no cookie is present in headers (4dcc7b8), closes #35
iron-session - v3.1.0

Published by vvo over 4 years ago

3.1.0 (2020-03-20)

Features

  • ssr: allow session to be used in ssr (#23) (1797edb), closes #10
iron-session - v3.0.2

Published by vvo over 4 years ago

3.0.2 (2020-03-17)

Bug Fixes

  • deps: update dependency next-iron-session to v3.0.1 (#20) (6d00d42)
iron-session - v3.0.1

Published by vvo over 4 years ago

3.0.1 (2020-03-17)

Bug Fixes

  • deps: update dependency next to v9.3.1 (#19) (31e3f91)
iron-session - v3.0.0

Published by vvo over 4 years ago

3.0.0 (2020-03-10)

Features

  • API: multiple fixes (see commits) (#15) (5376973)

BREAKING CHANGES

  • API: - ttl is now in seconds, just like maxAge 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
iron-session - v2.1.0

Published by vvo over 4 years ago

2.1.0 (2020-03-10)

Features

iron-session - v2.0.0

Published by vvo over 4 years ago

2.0.0 (2020-03-09)

Features

  • API: expose session as req.session instead of arg to handler (#11) (a58cad5)

BREAKING CHANGES

  • API: session is now exposed in req.session as this is the way
    express-session does too
iron-session - v1.1.0

Published by vvo over 4 years ago

1.1.0 (2020-03-09)

Features

iron-session - v1.0.4

Published by vvo over 4 years ago

1.0.4 (2020-03-06)

Bug Fixes

  • lib: align standards with javascript-library-template (#5) (26e0be9)
iron-session - v1.0.3

Published by vvo over 4 years ago

1.0.3 (2020-03-05)

Bug Fixes

  • releases: use the regular semantic release features (f968b5e)
iron-session - v1.0.1

Published by vvo over 4 years ago

1.0.1 (2020-03-05)

Bug Fixes

  • test: fake fix to release (d17a515)