Skip to content

Commit

Permalink
docs: Add axum-csrf-sync-pattern to ECOSYSTEM.md (#1567)
Browse files Browse the repository at this point in the history
This crate provides a Cross-Site Request Forgery protection layer and middleware for use with the axum web framework.

The middleware implements the CSRF Synchronizer Token Pattern for AJAX backends and API endpoints as described in the OWASP CSRF prevention cheat sheet.
  • Loading branch information
LeoniePhiline committed Nov 24, 2022
1 parent 102d588 commit fde38f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ECOSYSTEM.md
Expand Up @@ -28,6 +28,7 @@ If your project isn't listed here and you would like it to be, please feel free
- [axum-jsonschema](https://docs.rs/axum-jsonschema/): A `Json<T>` extractor that does JSON schema validation of requests.
- [axum-sessions](https://docs.rs/axum-sessions): Cookie-based sessions for axum via async-session.
- [axum-login](https://docs.rs/axum-login): Session-based user authentication for axum.
- [axum-csrf-sync-pattern](https://crates.io/crates/axum-csrf-sync-pattern): A middleware implementing CSRF STP for AJAX backends and API endpoints.

## Project showcase

Expand Down

0 comments on commit fde38f6

Please sign in to comment.