Rocket fairing for automatic CSRF protection
Find a file
2023-01-03 00:16:58 +09:00
src [BUG FIX]Extend unparsed buffer for long content 2023-01-03 00:16:58 +09:00
tests Add test for Persian content 2023-01-02 04:09:53 +09:00
.gitignore Allow post request for clients without session 2018-12-02 15:33:01 +01: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 Add pretty-assertions to dev dependencies 2023-01-01 07:40:33 +09: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