Graham McCarthy
Graham McCarthy
Hi @tc885, i know you asked this a while ago, but I just came across it. You don't add the OAuth2 reference to your autoload, that belongs in the Spark....
I found this to be very helpful: http://classpattern.com/oauth-login.html
I have the same issue as shown above. I am using a Storyboards for my views.
Also, when my validate() function runs to log a user in for the first time, the rememberme.php library's set_cookie() is called, and i've done some debugging and found that the...
whoops. my comment above was for issue #2 where i'm discussing a problem with setting the cookie, and not being able to retrieve the user from the verifyCookie() function.
Did you ever get this working? I have the same issue as you. I have a remember_me checkbox on my login page. When it logs the user in for the...