
Seth Polansky - 2014-05-07 08:31:24
i have integrated the oauth into my UsersController code and i get proper oauth responses back from both google and yahoo. when i retrieve the users account from my db and log that user in with the cakephp auth component, the auth component isn't recognizing that the user is logged in and session redirects are not working either. seems like the session is getting messed up.
i am wondering if the oauth http session is clashing with the cakephp session and how to prevent that. my normal logins (non-oauth) work fine using the same code.
-SP