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
KitaitiMakoto 446d306ec5 Merge pull request 'Bump version to 0.1.2' (#11) from bump-version into master
Reviewed-on: #11
1 year ago
src [BUG FIX]Extend unparsed buffer for long content 1 year ago
tests Add test for Persian content 1 year 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 Bump version to 0.1.2 1 year 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