Skip to content

Commit

Permalink
add role based authentication and JWT token handling
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-voznyak-gl committed Mar 25, 2019
1 parent 1374dcc commit e77061f
Show file tree
Hide file tree
Showing 21 changed files with 18,064 additions and 516 deletions.
52 changes: 38 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www",
"start-detached": "nohup node ./bin/www &",
"build": "pug --out public views && browserify public/javascripts/WebBridge.js > public/javascripts/WebBridge.bundle.js"
},
"dependencies": {
"@ekifvk/jpquery": "github:WinUP/jspath",
Expand All @@ -26,11 +28,14 @@
"json-find": "^2.0.3",
"json-query": "^2.2.2",
"jspath": "^0.4.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"merge2": "^1.2.3",
"morgan": "~1.9.0",
"node-hid": "^0.7.7",
"progress": "^2.0.3",
"pug": "2.0.0-beta11",
"pug-cli": "^1.0.0-alpha6",
"request": "^2.88.0",
"slip": "^1.0.2",
"timers-browserify": "^2.0.10",
Expand All @@ -47,6 +52,7 @@
"worker-nodes": "^1.6.1"
},
"devDependencies": {
"@types/lodash": "^4.14.123",
"@types/w3c-web-usb": "^1.0.3",
"commonjs": "0.0.1",
"gulp": "^4.0.0"
Expand Down
Loading

0 comments on commit e77061f

Please sign in to comment.