Question

I have an android app and a web server it communicates with. Application takes users account (email) and receives Access Token from google as described here: http://android-developers.blogspot.ru/2013/01/verifying-back-end-calls-from-android.html

Android part is working well, I got a token and sending it to my server. Here comes the question. How I can verify this token using perl? Google provides only examples for java, ruby and php...

Was it helpful?

Solution

I didn't find any existing solutions so I decided to write my own module. http://search.cpan.org/~dimanoid/GoogleIDToken-Validator/

Hope it will save someone some time...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top