Rocket fairing for automatic CSRF protection
Find a file
2018-07-11 19:57:53 +02:00
src Add test for dynamic path and support for multi-segment dynamic part 2018-07-11 19:39:36 +02:00
.gitignore Initial commit 2018-06-24 17:39:11 +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.toml base master on rocket 0.3 (released) 2018-06-30 15:28:34 +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

Rocket CSRF

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

Features

//todo

Usage

//todo