标签: authentication cakephp cakephp-3.x
有人知道如何获取Auth finder选项中使用的模型和方法名称吗?
finder
我知道当我设置自定义finder时可以从$this->Auth->config();获取名称,但是如何为默认查找程序设置名称?
$this->Auth->config();
答案 0 :(得分:1)
也许有人会使用它:
$authenticate = $this->Auth->getAuthenticate('Form'); echo $authenticate->getConfig('finder');