iron-sessionstorage-0-6

Crates.ioiron-sessionstorage-0-6
lib.rsiron-sessionstorage-0-6
version0.6.6
sourcesrc
created_at2018-05-04 02:54:34.89331
updated_at2018-05-04 02:54:34.89331
descriptionSession middleware for Iron.
homepagehttps://github.com/iron/iron-sessionstorage
repositoryhttps://github.com/iron/iron-sessionstorage
max_upload_size
id63681
size19,484
Zhang Cheng (Matrix-Zhang)

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: 51

cargo fmt