Library to Provide a CSRF (Cross-Site Request Forgery) protection layer.
CSRF protection middleware — double-submit cookie pattern for Axum
An axum layer and middleware, providing Cross Site Request Forgery protection by implementing the CSRF Synchronizer Token Pattern for same-site and cross-site API requests, as described by OWASP.
CSRF protection for Axum using tower-sessions with the Synchronizer Token Pattern
Simple CSRF protection for axum apps
CSRF protection middleware for Axum
Rust Tower middleware to validate an HTTP request's Fetch Metadata
All-in-one security middleware stack for Axum — helmet, CSRF, rate limiting, IP filter, HTTPS redirect, and body limit in one call
Django-shaped batteries-included web framework for Rust: ORM + migrations + auto-admin + multi-tenancy + audit log + auth (sessions, JWT, OAuth2/OIDC, HMAC) + APIs (ViewSet, OpenAPI auto-derive, JSON:API) + jobs (in-mem + Postgres) + email + media (S3 / R2 / B2 / MinIO + presigned uploads + collections + tags) + production middleware (CSRF, CSP, rate-limiting, compression, idempotency, etc.).
Axum integration for authx-rs: Tower middleware, session management, CSRF, rate limiting, and route handlers
Karbon — Rust full-stack web framework with batteries included
authx command-line interface — serve, migrate, and manage users