Work-in-progress for new crate is at iron-sessionstorage.
Basic session management in Iron.
This crate provides an iron middleware that handles user login sessions using a cryptographically signed authentication cookie.
LoginMagager to your Iron handler chain<MyUserType as iron_login::User>::get_login(req) in your handler to get a Login instanceSee /examples/ for usage.
Licensed under the MIT, see LICENSE.