salvo-csrf 0.44.1

CSRF support for salvo web server framework.
Documentation

salvo-csrf

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 3 of them enabled by default.

default

  • cookie-store
  • bcrypt-cipher
  • salvo_core/cookie
  • dep:cookie

bcrypt-cipher

  • dep:bcrypt

all

  • cookie-store
  • session-store
  • bcrypt-cipher
  • hmac-cipher
  • aes-gcm-cipher
  • ccp-cipher

aes-gcm-cipher

  • dep:aead
  • dep:aes-gcm

ccp-cipher

  • dep:aead
  • dep:chacha20poly1305

hmac-cipher

  • dep:hmac
  • dep:sha2

session-store

  • dep:salvo-session