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

Helper function to create a Csrf use BcryptCipher and SessionStore.