I'm trying to use a google Api to log in my app but I want to do a double check in the BE. Googles documentation said that I'm able to do that if I send the encryted token id to the BE and stored it.
https://developers.google.com/identity/sign-in/web/sign-in
The main issue is that the response I get from this plugin doesn't have that token, Do you have any solution to that?
Thanks
I'm trying to use a google Api to log in my app but I want to do a double check in the BE. Googles documentation said that I'm able to do that if I send the encryted token id to the BE and stored it.
https://developers.google.com/identity/sign-in/web/sign-in
The main issue is that the response I get from this plugin doesn't have that token, Do you have any solution to that?
Thanks