I use Kirby completely decoupled which means, my front-end only communicates via the API with Kirby and for forms, sending the POST from a HTML form to the php backend, therefore, can’t make use of the CSRF (at least, not in a way I would be aware) as I have no way to retrieve it in a statically generated HTML environment.
Is there a way to deactivate the CSRF token check in a controller using Uniform?