pub type SetNoneDoubleSubmitCookieCsrfToken_DO_NOT_USE_UNLESS_YOU_ARE_SURE<'r> = SetDoubleSubmitCookieCsrfTokenImpl<'r, SAME_SITE_NONE_DO_NOT_USE_UNLESS_YOU_ARE_SURE, DOUBLE_SUBMIT_CSRF_TOKEN_NONE_EXPIRY_SECONDS>;
Expand description

Insecure DoubleSubmitCookieCsrfToken setting, using [rocket::http::SameSite::None] and an expiry of 20 seconds. Avoid this as much as possible.

Aliased Type§

struct SetNoneDoubleSubmitCookieCsrfToken_DO_NOT_USE_UNLESS_YOU_ARE_SURE<'r> { /* private fields */ }