[Add] csrf

This commit is contained in:
tv0924@icloud.com 2025-05-28 14:56:14 +09:00
commit 5042a108d8
3 changed files with 830 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"name": "csrf",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0"
}
}