Skip to content
New issue

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

Wip/bewest/express slow down #7469

Closed
wants to merge 4 commits into from
Closed

Commits on Jun 30, 2022

  1. augment delayIp logic using express-slow-down

    Replace usage of our delayIp with a popular middleware.
    bewest committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2439336 View commit details
    Browse the repository at this point in the history
  2. remove custom delaylist

    bewest committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6e20f26 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. restore special handling for /api/v1/verifyauth

    This restores a delay when verifyauth indicates that a request is not
    authorized.
    bewest committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    0c4d969 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. harmonize delay logic

    This allows implementing a longer delay with the request is
    unauthenticated.
    bewest committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    12d1bf3 View commit details
    Browse the repository at this point in the history