@ianwalter/express-csrf
Cross-Site Request Forgery (CSRF) middleware for Express
About
Heavily inspired by and based on csurf. This module aims to be more flexible than other CSRF modules by being split into two separate middleware: one that handles the CSRF token generation and one that handles the CSRF token validation.
License
Apache 2.0 with Commons Clause - See LICENSE
Created by Ian Walter