A React hook that retrieves a Rails CSRF token from the DOM
Login from command line to the websites that use CSRF protection
primary logic behind csrf tokens
A utility package to help implement stateless CSRF protection using the Double Submit Cookie Pattern in express.
primary logic behind csrf tokens
A utility package to help implement stateful CSRF protection using the Synchroniser Token Pattern in express.
A plugin for adding CSRF protection to Fastify.
Short-lived, single-use CSRF tokens for Express — bound to browser context, built for multi-instance deployments. — a modern, dependency-free alternative to csurf
This code helps you to use csrf tokens on integration with simple django-project
A fork of csurf with ongoing maintenance from the Sails core team
TypeScript definitions for koa-csrf
Framework-agnostic CSRF protection core functionality
CSRF protection middleware for Next.js applications
Tiny CSRF library for use with ExpressJS
Nuxt Cross-Site Request Forgery (CSRF) Prevention
CSRF mitigation library for Next.js
An input element that validates its value with a server endpoint.
Simple NestJS CSRF verify token
Simple utility to add a layer of protection to your websites, very useful for agencies and freelancers
A plugin for adding CSRF protection to Fastify.
primary logic behind csrf tokens
CSRF crumb generation and validation plugin
CSRF core package used alone or useful to create other packages
Application security for express.
AngularJS for using CSRF token with http requests
Mitigates the BREACH and CRIME attacks on TLS in Rails applications
This gem provides a mitigation against CVE-2015-9284 (Cross-Site Request Forgery on the request phrase when using OmniAuth gem with a Ruby on Rails application) by implementing a CSRF token verifier that directly utilize `ActionController::RequestForgeryProtection` code from Rails.
This middleware builds on top of rack-cors, using CORS rules to mitigate CSRF-attacks.
A Rack middleware for preventing CSRF attacks using the Sec-Fetch-Site header
Gem to handle CSRF protection token while using caching
roda-rails offers integration for Roda when used as Rack middleware in a Rails application. It allows the Roda middleware to use Rails flash handling as well as Rails' CSRF support.