Skip to content

Commit

Permalink
Update userIdentification.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatipradeep authored Jun 21, 2020
1 parent ee3d1f6 commit c6920ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backendServer/src/userIdentification.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ const checkJwt = jwt({
cache: true,
rateLimit: true,
jwksRequestsPerMinute: 5,
jwksUri: `https://berlin.us.auth0.com/.well-known/jwks.json`
jwksUri: ``
}),

audience: '5xMQun5O1b7yvvrK6P79ooz8grefJMGt',
issuer: `https://berlin.us.auth0.com/`,
audience: '',
issuer: ``,
algorithms: ['RS256']
});

Expand Down

0 comments on commit c6920ce

Please sign in to comment.