simple-next-csrf
Version:
This project aims to add Cross-Site Request Forgery (CSRF) protection to a Next.js application that does have server-side props support.
36 lines (35 loc) • 762 B
JSON
{
"name": "simple-next-csrf",
"version": "1.0.4",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virendrapatel62/simple-next-csrf.git"
},
"keywords": [
"next",
"csrf",
"next-csrf",
"protection"
],
"author": "virendra patel",
"license": "ISC",
"bugs": {
"url": "https://github.com/virendrapatel62/simple-next-csrf/issues"
},
"homepage": "https://github.com/virendrapatel62/simple-next-csrf#readme",
"devDependencies": {
"@types/cookies": "^0.7.7",
"@types/node": "^20.1.4",
"typescript": "^5.0.4"
},
"dependencies": {
"cookies": "^0.8.0",
"csrf": "^3.1.0",
"next": "^13.4.2"
}
}