Skip to content

Commit

Permalink
Merge pull request #118 from thiagobustamante/master
Browse files Browse the repository at this point in the history
Remove passport-jwt dependency
  • Loading branch information
thiagobustamante committed Mar 12, 2018
2 parents 5e64c16 + f4e7a5d commit d28ba53
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 95 deletions.
98 changes: 39 additions & 59 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"ip-filter": "^2.0.0",
"joi": "13.0.0",
"jsonata": "^1.5.2",
"jsonwebtoken": "^8.2.0",
"lodash": "^4.17.5",
"lodash-deep": "^2.0.0",
"minimatch": "^3.0.4",
Expand All @@ -86,8 +87,8 @@
"os": "^0.1.1",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"passport-strategy": "^1.0.0",
"path-to-regexp": "^1.6.0",
"raw-body": "^2.3.0",
"request": "^2.83.0",
Expand Down Expand Up @@ -131,8 +132,8 @@
"@types/on-headers": "^2.1.29",
"@types/passport": "^0.2.33",
"@types/passport-http": "^0.3.5",
"@types/passport-jwt": "^2.0.22",
"@types/passport-local": "^1.0.29",
"@types/passport-strategy": "^0.2.32",
"@types/request": "0.0.31",
"@types/serve-static": "^1.7.31",
"@types/stream-buffers": "^3.0.2",
Expand Down

0 comments on commit d28ba53

Please sign in to comment.