csrf-protection
CSRF protection library
Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications.
A fastify csrf plugin.
153 stars
17 watching
19 forks
Language: JavaScript
last commit: 18 days 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,589 |
fastify/fastify-helmet | A security header wrapper for Fastify that simplifies the use of Helmet. | 408 |
koajs/stateless-csrf | Protects against Cross-Site Request Forgery (CSRF) attacks without relying on sessions. | 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. | 110 |
slimphp/slim-csrf | A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 338 |
fastify/secure-json-parse | A JSON parser with additional security features to prevent prototype pollution | 225 |
maxcountryman/flask-seasurf | An extension that helps protect against cross-site request forgery attacks in web applications | 190 |
fastify/fastify-rate-limit | Provides a low-overhead rate limiter for Fastify routes. | 501 |
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 |