diff --git a/auth/auth0/package.json b/auth/auth0/package.json index 1ede7be..9cc113b 100644 --- a/auth/auth0/package.json +++ b/auth/auth0/package.json @@ -1,7 +1,6 @@ { "dependencies": { "graphcool-lib": "^0.1.0", - "isomorphic-fetch": "^2.2.1", "jsonwebtoken": "^8.1.0", "jwks-rsa": "^1.2.1" } diff --git a/auth/auth0/src/auth0Authentication.js b/auth/auth0/src/auth0Authentication.js index f35cfd4..3f35ff7 100644 --- a/auth/auth0/src/auth0Authentication.js +++ b/auth/auth0/src/auth0Authentication.js @@ -1,4 +1,3 @@ -const isomorphicFetch = require('isomorphic-fetch') const jwt = require('jsonwebtoken') const jwkRsa = require('jwks-rsa') const fromEvent = require('graphcool-lib').fromEvent