Skip to content

Commit 3bdc600

Browse files
authored
Merge pull request #299 from opentripplanner/dev
Patch release
2 parents dec2bb7 + a51718c commit 3bdc600

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/util/constants.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export const AUTH0_AUDIENCE = 'https://otp-middleware'
2-
export const AUTH0_SCOPE = ''
2+
// This should match the value expected in otp-middleware OtpUser#AUTH0_SCOPE
3+
export const AUTH0_SCOPE = 'otp-user'
34
export const DEFAULT_APP_TITLE = 'OpenTripPlanner'
45
export const PERSISTENCE_STRATEGY_OTP_MIDDLEWARE = 'otp_middleware'
56

0 commit comments

Comments
 (0)