We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All checks for requestingUser.apiUser != null will need to be re-evaluated and potentially replaced with RequestingUser.isThirdPartyUser.
requestingUser.apiUser != null
RequestingUser.isThirdPartyUser
requestingUser.apiUser != null check can apply to first or third party API users. In some cases this probably should be just third party users.
To correctly define the task in hand and apply the appropriate first/third/both API user checks.
No steps as such, but and example can be found in OtpUserController.preCreateHook
OtpUserController.preCreateHook
N/A
#84
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All checks for
requestingUser.apiUser != null
will need to be re-evaluated and potentially replaced withRequestingUser.isThirdPartyUser
.Observed behavior
requestingUser.apiUser != null
check can apply to first or third party API users. In some cases this probably should be just third party users.Expected behavior
To correctly define the task in hand and apply the appropriate first/third/both API user checks.
Steps to reproduce the problem
No steps as such, but and example can be found in
OtpUserController.preCreateHook
Any special notes on configuration used
N/A
Version of otp-middleware and/or OpenTripPlanner if applicable (exact commit hash or branch name)
#84
The text was updated successfully, but these errors were encountered: