It’s possible to login with Google Access Token instead of Authorization Code ?
Externally obtain Google Access Token and want to login with this token .
It’s possible to login with Google Access Token instead of Authorization Code ?
Externally obtain Google Access Token and want to login with this token .
Hi Carles,
In VTEX you can use login with Google functionality out of the box, refer to this article to learn how to configure it: https://help.vtex.com/tutorial/configuring-login-with-facebook-and-google--tutorials_513
Also you can develop your own custom login with Oauth2, but be aware that this is a complex process and you will need an experienced developer in order to accomplish it: https://help.vtex.com/tutorial/creating-an-oauth2-authentication
I hope you find this useful and your problem may be solved.