Welcome.
However, I can't get to the google connect page as i click on my anchor link.
The steps for PHP seem different when doing the New Server Connect Routing.
My link is set with the route:
@Teodor what is the exact step here for PHP developers please?
Anyone's got some hints on how to figure out the server connect routing for PHP devs?
We're done with our two-sided platform, launching in March. Google connect is the last little perk we'd like for our users. Thanksss
Open your server action in the code editor and check if you see anything like "jwt_bearer": "jwt", in the options. If yes, set this to "jwt_bearer": false,
In your search results it seems that the name of your JWT Signing is jwt2 while in the jwt_bearer it points to jwt. Change the jwt_bearer option on the oauth2 module to jwt2 or change the name on the jwt module to jwt.
I remain confused abt this jwt matter as I've followed the google and facebook oauth2 connect tutorials and none mentions a jwt setup. Why is there a jwt_bearer?
You have to check with the google documentation which credentials you require for the specific API you are using. Some APIs require it and some not. When you want to access some personal data like from google drive or gmail then you don’t use the service account but the personal account which doesn’t require the jwt.