Skip to main content

Crate asjeeves_csrf

Crate asjeeves_csrf 

Source
Expand description

Prevents XSS attacks. For information on XSS see Wikipedia

Modules§

middleware
CSRF middleware - Adds a CSRF cookie on GET requests - Execpects a CSRF cookie and matches it on DELETE/POST/PUT requests.

Structs§

FormAuthenticityToken