I'm creating an app which logs in via a REST-service, and therefore i
think i need to turn off the automation of Auth, so that when i call
Auth->login() it doesn't call any other action, just checks the user
against the db and adds it to the session, or will i have to do this
manually (check against db and add to session) then?

Also, are there any known interference between Auth and
Router::parseExtensions() ? Because when action users/login.json is
called, it looks for views/users/login.ctp and not views/users/json/
login.ctp.
I have looked at this ticket: https://trac.cakephp.org/ticket/3914 so
i have $components = array('Auth', 'RequestHandler');

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to