I\'m trying to disable the CSRF check for a single controller (API), but I\'m unable to find how I\'m able to achieve this.
The pre 3.5.0 CSRF Component had the abil
With Cakephp 3.8 I commented all methods implementations into class \vendor\cakephp\cakephp\src\Http\Middleware\CsrfProtectionMiddleware.php, so Csrf middleware is disabled :-)