In controller:
$identity=$this->Authentication->getIdentity()->getIdentifier();
dd($identity);
I have got error:
Call to a member function getIdentifier() on null
Following this: https://book.cakephp.org/authentication/2/en/identity-object.html
How can I solve this problem?