Function salvo_csrf::aes_gcm_csrf

source ·
pub fn aes_gcm_csrf<S>(
    aead_key: [u8; 32],
    store: S,
    finder: impl CsrfTokenFinder
) -> Csrf<AesGcmCipher, S>where
    S: CsrfStore,
Available on crate feature aes-gcm-cipher only.
Expand description

Helper function to create a Csrf use AesGcmCipher.