Skip to main content

CSRF_COOKIE

Constant CSRF_COOKIE 

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

Default CSRF cookie name used by compatibility helpers.

Prefer CsrfTokenNames when a product can share a browser origin with another Aster service.