"...build/git@compmath.korea.ac.kr:students/eue.git" did not exist on "66bb6a587b4641c750f30f38de100e5de39b8e0f"
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