I am using Authentication.Authentication component for Admin login using version Cake 4.4.
For a select box update I am using a ajax function. for the allow action below code is
$this->Authentication->addUnauthenticatedActions([‘update_fields’]);
But still I receiving an error below.
Error: _Token.fields was not found in request data.
Please help me to resolve this issue.