Rocket fairing for automatic CSRF protection
Find a file
Trinity Pointard 5a95b8b98c Add tests on csrf_proxy
Add a macro must_finish, and use it in csrf_proxy's tests, to allow
	detection of infinite loop in parser
2018-10-27 14:07:30 +02:00
src Add tests on csrf_proxy 2018-10-27 14:07:30 +02:00
.gitignore Full rewrite of csrf_proxy 2018-07-20 17:10:20 +02:00
.travis.yml disable cargo clippy on Travis as it fail more often than none 2018-07-11 19:57:53 +02:00
Cargo.lock Update to a more recent version of rocket and to nightly-2018-07-17 2018-09-08 15:23:38 +02:00
Cargo.toml Update to a more recent version of rocket and to nightly-2018-07-17 2018-09-08 15:23:38 +02:00
LICENSE Initial commit 2018-06-24 17:39:11 +02:00
README.md Initial commit 2018-06-24 17:39:11 +02:00
rust-toolchain Update to a more recent version of rocket and to nightly-2018-07-17 2018-09-08 15:23:38 +02:00

Rocket CSRF

A crate to help you protect your Rocket applications against CSRF.

Features

//todo

Usage

//todo