Skip to content

Commit bc73f2d

Browse files
committed
create a new assignment solution for smart lock scenario
1 parent a191ecd commit bc73f2d

9 files changed

Lines changed: 201 additions & 278 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
let config = {};
2-
config.secret = "LfL0qpg91/ugndUKLWvS6ENutE5Q82ixpRe9MSkX58E=";
2+
// random value below generated with command: openssl rand -base64 32
3+
config.secret = "cSmdV7Nh4e3gIFTO0ljJlH1f/F0ROKZR/hZfRYTSO0A=";
34
module.exports = config;

Lesson04/assignment_solution/package-lock.json

Lines changed: 119 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "exercise_1",
2+
"name": "assignment_solution",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"author": "",
9+
"author": "Philip Kirkbride",
1010
"license": "ISC",
1111
"dependencies": {
12-
"express": "^4.16.4",
13-
"express-validator": "^5.3.1",
12+
"express": "^4.17.1",
13+
"express-validator": "^6.1.1",
1414
"jwt-simple": "^0.5.6"
1515
}
1616
}

0 commit comments

Comments
 (0)