asjeeves-csrf 0.1.0-alpha.2

CSRF protection.
Documentation
1
2
3
4
5
6
7
//! Prevents XSS attacks.
//! For information on XSS see [Wikipedia](https://en.wikipedia.org/wiki/Cross-site_scripting)

mod form_authenticity_token;
pub mod middleware;

pub use form_authenticity_token::FormAuthenticityToken;