I haven't seen it mentioned in the documentation or I haven't found it anywhere, what I know is that PKCE has been added since version v1.14.0
Please guide me !
oh, in my file server.php write it
$server->setConfig('enforce_pkce',true);
$server->setConfig('use_openid_connect',true);
$server->setConfig('issuer','');
it work to me
I haven't seen it mentioned in the documentation or I haven't found it anywhere, what I know is that PKCE has been added since version v1.14.0 Please guide me !