Hi guys. I would want to know whether there are some way to validate the ID_TOKEN of the example in GOLANG.
I have no idea how to do it.
Thanks.
If you are looking for Google OAuth, Look at some examples here - https://github.com/markbates/goth
This library helps you make the integration simpler.
Many thanks for the info, Sairam 