salvo-csrf

Crates.iosalvo-csrf
lib.rssalvo-csrf
version0.74.1
sourcesrc
created_at2022-09-28 09:36:06.322275
updated_at2024-11-05 07:14:14.364024
descriptionCSRF support for salvo web server framework.
homepagehttps://salvo.rs
repositoryhttps://github.com/salvo-rs/salvo
max_upload_size
id675568
size47,618
Maintainers (github:salvo-rs:maintainers)

documentation

README

salvo-csrf

CSRF (Cross-Site Request Forgery) middleware for Salvo.

This is an official crate, so you can enable it in Cargo.toml like this:

salvo = { version = "*", features = ["csrf"] }

Docs

Commit count: 3159

cargo fmt