Skip to main content

CSRF_COOKIE

Constant CSRF_COOKIE 

Source
pub const CSRF_COOKIE: &str = "assay_csrf";
Expand description

Cookie name carrying the CSRF token. NOT HttpOnly — client JS reads this and echoes it in a request header (double-submit pattern).