csrf-protection
CSRF protection plugin
Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify servers.
A fastify csrf plugin.
154 stars
17 watching
19 forks
Language: JavaScript
last commit: 2 months ago
Linked from 1 awesome list
csrfcsrf-protectionfastifyfastify-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
| Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,603 |
| Provides basic security headers for Fastify applications | 411 |
| Protects against cross-site request forgery attacks by hashing and verifying user cookies on each request. | 16 |
| Provides CSRF protection in Koa applications | 264 |
| Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
| An explanation of how CSRF attacks work and how to mitigate them in web applications. | 1,402 |
| An alternative implementation of Django's CSRF protection that does not use cookies. | 111 |
| A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 341 |
| Provides an alternative JSON parser with enhanced security features to mitigate prototype pollution attacks. | 227 |
| An extension that helps protect against cross-site request forgery attacks in web applications | 190 |
| A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
| An extension that bypasses anti-CSRF tokens in web applications | 18 |
| A fast crypto toolkit for modern client-side JavaScript | 123 |
| Tools and helpers to facilitate migration from JSVerify's property-based testing to fast-check. | 2 |
| A module that helps protect against cross-site request forgery (CSRF) attacks in web applications by generating and validating secret values called crumb. | 171 |