pub fn ccp_cookie_csrf(
    aead_key: [u8; 32],
    finder: impl CsrfTokenFinder
) -> Csrf<CcpCipher, CookieStore>
Available on crate features ccp-cipher and cookie-store only.
Expand description

Helper function to create a Csrf use CcpCipher and CookieStore.