문제

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...

도움이 되었습니까?

해결책

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...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top