Skip to content

Commit

Permalink
Merge pull request #299 from opentripplanner/dev
Browse files Browse the repository at this point in the history
Patch release
  • Loading branch information
landonreed authored Jan 5, 2021
2 parents dec2bb7 + a51718c commit 3bdc600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/util/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const AUTH0_AUDIENCE = 'https://otp-middleware'
export const AUTH0_SCOPE = ''
// This should match the value expected in otp-middleware OtpUser#AUTH0_SCOPE
export const AUTH0_SCOPE = 'otp-user'
export const DEFAULT_APP_TITLE = 'OpenTripPlanner'
export const PERSISTENCE_STRATEGY_OTP_MIDDLEWARE = 'otp_middleware'

Expand Down

0 comments on commit 3bdc600

Please sign in to comment.