Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到BasicAuth不再通过简单地取消注释//->检查Frontend.php来工作现在看来它需要一个模型......该模型的要求是什么?我该如何创建它?我怎么知道使用 BasicAuth?
谢谢
$auth->setModel('AnyModel','user_field','password_field'); $auth->check();
这应该有效。allow('demo','demo') 尝试使用指定用户传递基于数组的模型,并且在 4.2.1 中似乎存在一些错误。
补充:https ://github.com/atk4/atk4/issues/67