Add support for custom finder as per cake 3.1
birdy247 opened this issue · 2 comments
birdy247 commented
Since cake 3.1 it is suggested to use a custom find method to modify the query to find a user (as opposed to Scope)
http://book.cakephp.org/3.0/en/controllers/components/authentication.html#customizing-find-query
It would be great if this plugin could utilise this functionality.
Thanks
ADmad commented
Make a PR :)