I am trying to add an input layer using CakeDC / user plugin using linkedin and google. The linkedin id is working fine, but I canβt determine the google login. Follow everything in the tutorial login using google oauth
I get the code in the url returned from google / auth, but the authuser parameter value is returned as 0.
At developers.google, I found that if the code parameter is returned, the application is authenticated.
The user is not added to the users table, nor does it change in the social_accounts table, and the flash message is displayed as "You do not have access to this location."
source share