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

#1312 in HTTP server

Download history 12/week @ 2024-01-20 4/week @ 2024-01-27 6/week @ 2024-02-03 22/week @ 2024-02-10 43/week @ 2024-02-17 40/week @ 2024-02-24 32/week @ 2024-03-02 39/week @ 2024-03-09 37/week @ 2024-03-16 29/week @ 2024-03-23 63/week @ 2024-03-30 34/week @ 2024-04-06 41/week @ 2024-04-13 39/week @ 2024-04-20 45/week @ 2024-04-27 33/week @ 2024-05-04

160 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
~209K SLoC