Skip to content

Commit

Permalink
Add asgi-csrf (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca authored Jun 3, 2022
1 parent ff41212 commit fde2e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ _Packages and components for managing the security of ASGI web applications._

<!-- sort_by:name -->

- [asgi-csrf](https://github.com/simonw/asgi-csrf) - ASGI middleware for protecting against CSRF attacks.
- [asgi-ratelimit](https://github.com/abersheeran/asgi-ratelimit) - A customizable rate limiting ASGI middleware, with regex path matching support.
- [CORSMiddleware](https://www.starlette.io/middleware/#corsmiddleware) - Allow cross-origin requests from browsers. (Shipped with Starlette.)
- [CSPMiddleware](https://piccolo-api.readthedocs.io/en/latest/csp/index.html) - Tell browsers to only run Javascript from the same origin. (Shipped with Piccolo API.)
Expand Down

0 comments on commit fde2e06

Please sign in to comment.