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 13ca47ef73 Fix a bug on CsrfProxy
Fix a bug where CsrfProxy would read data that was already present in
read buffer, where it should consider it uninitialized
Reported by @gled-rs on Plume-org/Plume#96
6 years ago
src Fix a bug on CsrfProxy 6 years ago
.gitignore Initial commit 6 years ago
Cargo.toml Initial commit 6 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