12 releases (4 breaking)

Uses old Rust 2015

0.6.6 Feb 20, 2017
0.6.5 Feb 20, 2017
0.6.3 Jan 17, 2017
0.5.0 Nov 26, 2016
0.1.0 Oct 29, 2016

#1302 in HTTP server

Download history 21/week @ 2023-11-27 11/week @ 2023-12-04 19/week @ 2023-12-11 22/week @ 2023-12-18 14/week @ 2023-12-25 1/week @ 2024-01-01 24/week @ 2024-01-08 16/week @ 2024-01-15 11/week @ 2024-01-22 2/week @ 2024-01-29 10/week @ 2024-02-05 26/week @ 2024-02-12 36/week @ 2024-02-19 49/week @ 2024-02-26 38/week @ 2024-03-04 31/week @ 2024-03-11

157 downloads per month
Used in medal

MIT license

13KB
277 lines

iron-sessionstorage Build Status

Session middleware for Iron, allows you to store data in a simple type-to-string map for each user.

See examples for usage.

Backends

You can use one of the included backends for data storage or roll your own:

  • A cookie-based backend is available by default. You will need to provide a key with which values will be signed.

  • A redis backend can be enabled using the redis-backend feature.

License

Licensed under the MIT, see LICENSE.

Dependencies

~9.5MB
~208K SLoC