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: about 1 month ago
Linked from 1 awesome list
csrfcsrf-protectionfastifyfastify-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
justinas/nosurf | Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,603 |
fastify/fastify-helmet | Provides basic security headers for Fastify applications | 411 |
koajs/stateless-csrf | Protects against cross-site request forgery attacks by hashing and verifying user cookies on each request. | 16 |
koajs/csrf | Provides CSRF protection in Koa applications | 264 |
vapor-community/csrf | Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
pillarjs/understanding-csrf | An explanation of how CSRF attacks work and how to mitigate them in web applications. | 1,402 |
mozilla/django-session-csrf | An alternative implementation of Django's CSRF protection that does not use cookies. | 111 |
slimphp/slim-csrf | A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 341 |
fastify/secure-json-parse | Provides an alternative JSON parser with enhanced security features to mitigate prototype pollution attacks. | 227 |
maxcountryman/flask-seasurf | An extension that helps protect against cross-site request forgery attacks in web applications | 190 |
fastify/fastify-rate-limit | A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
asaafan/csurfer | An extension that bypasses anti-CSRF tokens in web applications | 18 |
hookflash/obsolete.cifre | A fast crypto toolkit for modern client-side JavaScript | 123 |
dubzzz/jsverify-to-fast-check | Tools and helpers to facilitate migration from JSVerify's property-based testing to fast-check. | 2 |
hapijs/crumb | A module that helps protect against cross-site request forgery (CSRF) attacks in web applications by generating and validating secret values called crumb. | 171 |