Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caseychoiniere committed May 30, 2018
1 parent 623fd22 commit b2790aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const jwtCheck = jwt({
jwksRequestsPerMinute: 5,
jwksUri: process.env.REACT_APP_JWKS_URI
}),
audience: process.env.REACT_APP_URL,
audience: process.env.REACT_APP_API_ID,
issuer: process.env.REACT_APP_AUTH0,
algorithms: ['RS256']
});
Expand Down

0 comments on commit b2790aa

Please sign in to comment.