Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add axum-csrf-sync-pattern to ECOSYSTEM.md #1567

Merged
merged 1 commit into from Nov 24, 2022

Conversation

LeoniePhiline
Copy link
Contributor

The linked 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.

Motivation

Add axum-csrf-sync-pattern to ECOSYSTEM.md, to indicate its existence to other axum users who might have a need for such middleware.

Solution

This PR patches ECOSYSTEM.md, adding the CSRF Synchronizer Token Pattern middleware crate.

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.
Copy link
Member

@davidpdrsn davidpdrsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@davidpdrsn davidpdrsn enabled auto-merge (squash) November 24, 2022 08:51
@davidpdrsn davidpdrsn merged commit fde38f6 into tokio-rs:main Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants