csrf-protection

CSRF protection plugin

Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify servers.

A fastify csrf plugin.

GitHub

154 stars
17 watching
19 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list

csrfcsrf-protectionfastifyfastify-plugin

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
justinas/nosurfProtects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input1,603
fastify/fastify-helmetProvides basic security headers for Fastify applications411
koajs/stateless-csrfProtects against cross-site request forgery attacks by hashing and verifying user cookies on each request.16
koajs/csrfProvides CSRF protection in Koa applications264
vapor-community/csrfProtects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions.41
pillarjs/understanding-csrfAn explanation of how CSRF attacks work and how to mitigate them in web applications.1,402
mozilla/django-session-csrfAn alternative implementation of Django's CSRF protection that does not use cookies.111
slimphp/slim-csrfA middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests341
fastify/secure-json-parseProvides an alternative JSON parser with enhanced security features to mitigate prototype pollution attacks.227
maxcountryman/flask-seasurfAn extension that helps protect against cross-site request forgery attacks in web applications190
fastify/fastify-rate-limitA rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window.508
asaafan/csurferAn extension that bypasses anti-CSRF tokens in web applications18
hookflash/obsolete.cifreA fast crypto toolkit for modern client-side JavaScript123
dubzzz/jsverify-to-fast-checkTools and helpers to facilitate migration from JSVerify's property-based testing to fast-check.2
hapijs/crumbA module that helps protect against cross-site request forgery (CSRF) attacks in web applications by generating and validating secret values called crumb.171