cookieParser 설치 및 적용
| ... | @@ -21,6 +21,7 @@ | ... | @@ -21,6 +21,7 @@ |
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "bcryptjs": "^2.4.3", | "bcryptjs": "^2.4.3", | ||
| "cookie-parser": "^1.4.5", | |||
| "dotenv": "^10.0.0", | "dotenv": "^10.0.0", | ||
| "express": "^4.17.1", | "express": "^4.17.1", | ||
| "jsonwebtoken": "^8.5.1", | "jsonwebtoken": "^8.5.1", | ||
| ... | ... |
Please register or sign in to comment