Rocket fairing for automatic CSRF protection
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Trinity Pointard 717fad53cf Allow post request for clients without session 5 years ago
src Allow post request for clients without session 5 years ago
.gitignore Allow post request for clients without session 5 years ago
.travis.yml disable cargo clippy on Travis as it fail more often than none 6 years ago
Cargo.toml Update rand requirement from ~0.5.2 to ~0.6.1 5 years ago
LICENSE Initial commit 6 years ago
README.md Initial commit 6 years ago

README.md

Rocket CSRF

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

Features

//todo

Usage

//todo