0.0.1 • Published 5 years ago

@ianwalter/csrf v0.0.1

Weekly downloads
1
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

@ianwalter/express-csrf

Cross-Site Request Forgery (CSRF) middleware for Express

npm page

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