Protect API endpoints
RestAPI endpoints which destroy or modify data should be protected such that only users with credentials can access them. The minimal implementation includes
-
A protection layer via API key (request header X-API-Key
-
A possibility to send this API key in the OpenAPI UI
Some pointers:
Edited by Sebastian Schüpbach