iron-login

Crates.ioiron-login
lib.rsiron-login
version0.5.1
created_at2015-10-26 19:04:42.749988+00
updated_at2016-12-05 19:22:51.04625+00
descriptionBasic session management in Iron.
homepagehttps://github.com/untitaker/iron-login
repositoryhttps://github.com/untitaker/iron-login
max_upload_size
id3309
size8,756
chalk (github:rust-lang-nursery:chalk)

documentation

README

iron-login Build Status

Deprecated

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.

Usage

  • Add an instance of the LoginMagager to your Iron handler chain
  • Call <MyUserType as iron_login::User>::get_login(req) in your handler to get a Login instance

See /examples/ for usage.

License

Licensed under the MIT, see LICENSE.

Commit count: 0

cargo fmt