| Crates.io | iron-sessionstorage |
| lib.rs | iron-sessionstorage |
| version | 0.6.6 |
| created_at | 2016-10-29 08:05:41.374317+00 |
| updated_at | 2017-02-20 19:08:38.459554+00 |
| description | Session middleware for Iron. |
| homepage | https://github.com/iron/iron-sessionstorage |
| repository | https://github.com/iron/iron-sessionstorage |
| max_upload_size | |
| id | 7034 |
| size | 17,975 |
Session middleware for Iron, allows you to store data in a simple type-to-string map for each user.
See examples for usage.
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.
Licensed under the MIT, see LICENSE.