mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
1af2b50dcf
refs https://github.com/TryGhost/Team/issues/696 The userAuth spam prevention logic is reused, but a new piece of middleware has to be created so that we can use a custom lookup key to conatin the member email. We must also add json parsing middleware to the route so that the brute middleware can read the email. The express body-parser middleware handles multiple instances on the same route, so this doesn't cause problems upstream. https://github.com/expressjs/body-parser/blob/1.19.0/lib/types/json.js#L99-L103 |
||
---|---|---|
.. | ||
api | ||
brute.js | ||
cache-control.js | ||
custom-redirects.js | ||
error-handler.js | ||
index.js | ||
maintenance.js | ||
pretty-urls.js | ||
uncapitalise.js | ||
url-redirects.js |