iron-sessionstorage2

Crates.ioiron-sessionstorage2
lib.rsiron-sessionstorage2
version0.7.1
sourcesrc
created_at2017-10-09 07:26:10.21592
updated_at2017-10-14 16:08:02.172921
descriptionSession middleware for Iron.
homepagehttps://github.com/yinyanlv/iron-sessionstorage
repositoryhttps://github.com/yinyanlv/iron-sessionstorage
max_upload_size
id34956
size19,997
bugong (yinyanlv)

documentation

README

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.

Commit count: 53

cargo fmt