Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
fix(options): use express-jwt fork to avoid TypeError AUTH-1286
Browse files Browse the repository at this point in the history
The TypeError is caused by the custom isFunction detection in the express-jwt library not recognizing native async functions.
  • Loading branch information
KalleV committed Aug 10, 2018
1 parent 73021fa commit bb21eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/LabShare/services-auth#readme",
"dependencies": {
"deprecate": "^1.0.0",
"express-jwt": "^5.3.0",
"express-jwt": "github:KalleV/express-jwt#dad0daebe354a9ad0fc8ab160e406fd5a3cac7d9",
"express-jwt-authz": "^1.0.0",
"jwks-rsa": "^1.2.1",
"lodash": "^4.17.2",
Expand Down

0 comments on commit bb21eec

Please sign in to comment.