actix-csrf 0.8.0

CSRF middleware for Actix
Documentation
1
2
3
4
5
6
7
8
# Examples

This folder contains various examples of using the Double Token Cookie pattern.
The following examples are included:

 - [Protecting a form using a HttpOnly token]form_token.rs
 - [Protecting a JSON endpoint with a CSRF field]js_json.rs
 - [Protecting a JSON endpoint with a custom header]js_header.rs