Rocket fairing for automatic CSRF protection
Add a macro must_finish, and use it in csrf_proxy's tests, to allow detection of infinite loop in parser |
||
---|---|---|
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rust-toolchain |
Rocket CSRF
A crate to help you protect your Rocket applications against CSRF.
Features
//todo
Usage
//todo