Chapter 9: initial express-auth samples

This commit is contained in:
Beth Griggs
2020-09-03 00:57:10 +01:00
parent 4316d1a2ca
commit a6dd85cad5
7 changed files with 651 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "express-auth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1"
}
}