Ghost/core/server/web/api/v2/content
Fabien O'Carroll 5cecf0cd61
Added brute protection to content api (#10343)
* Added spam config for content api key

no-issue

* Created contentApiKey spam prevention method

* Added contentApiKey brute middleware

no-issue

This middleware attaches a listener for when the request has completed,
if the request ends with a successful response code, we reset any spam
prevention data for that ip.

* Added contentApiKey brute middleware to the content api

* Multipled maxWait by 24, to 24 hours
2019-01-07 20:03:46 +07:00
..
app.js Optimised web/ debug logs 2018-10-04 17:43:08 +02:00
middleware.js Added brute protection to content api (#10343) 2019-01-07 20:03:46 +07:00
routes.js Added Settings endpoint to V2 Content API 2019-01-04 12:17:32 +00:00