Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "fred-jwt", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
@@ -5,3 +5,6 @@ import "@babel/polyfill"; | ||
// test login at https://kyng.us.auth0.com/authorize?client_id=tSQdwW7pLeBimagcXuQZLYtuUUH5mES1&response_type=code&redirect_uri=https://account.sensetecnic.com/auth?connection=oauth2&scope=openid%20profile | ||
let apps = process.env.apps ? JSON.parse(process.env.apps) : {}; | ||
let apps = {}; | ||
try { | ||
apps = JSON.parse(process.env.apps); | ||
} catch (e){} | ||
@@ -8,0 +11,0 @@ let JWT_SECRET = process.env.JWT_SECRET; |
Sorry, the diff of this file is too big to display
326827
254
21