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
Quotas for sending verification SMS can be reached after repeat calls to send phone number verification requests through our verify_sms GET endpoint.
verify_sms
The verify_sms GET endpoint should be throttled.
As a workaround, some imperfect throttling is implemented in MOD UI in PR opentripplanner/otp-react-redux#224.
Original comment: opentripplanner/otp-react-redux#224 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Observed behavior
Quotas for sending verification SMS can be reached after repeat calls to send phone number verification requests through our
verify_sms
GET endpoint.Expected behavior
The
verify_sms
GET endpoint should be throttled.As a workaround, some imperfect throttling is implemented in MOD UI in PR opentripplanner/otp-react-redux#224.
Original comment: opentripplanner/otp-react-redux#224 (comment)
The text was updated successfully, but these errors were encountered: