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

Commit

Permalink
New API.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piper Dougherty committed Feb 14, 2021
1 parent 2d58470 commit e184b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const init = async () => {
options: {
clientId,
clientSecret,
aud: "https://sensestr.io/api",
aud: "https://api.sensestr.io",
refreshPeriod: 3.5e7,
eventApiBase
}
Expand All @@ -146,7 +146,7 @@ const init = async () => {
algorithms: ["RS256"],
},
verify: {
aud: "https://sensestr.io/api",
aud: "https://api.sensestr.io",
iss: "https://sensestr-prod.us.auth0.com/",
sub: false,
},
Expand Down

0 comments on commit e184b88

Please sign in to comment.