pub fn aes_gcm_session_csrf(
    aead_key: [u8; 32],
    finder: impl CsrfTokenFinder
) -> Csrf<AesGcmCipher, SessionStore>
Available on crate features aes-gcm-cipher and session-store only.
Expand description

Helper function to create a Csrf use AesGcmCipher and SessionStore.