pub fn bcrypt_cookie_csrf(
    finder: impl CsrfTokenFinder
) -> Csrf<BcryptCipher, CookieStore>
Available on crate features bcrypt-cipher and cookie-store only.
Expand description

Helper function to create a Csrf use BcryptCipher and CookieStore.