So, one month ago I started to struggle with one interesting issue… I had android app and appengine service. And I needed to make interaction with them.
We all know that android knows user’s google account and we can create auth on appengine service by this account, but how?!
Well – the code is here:
The next step is what we need to do on the server side for make it all work together:
after signing in you just need to call users.get_current_user() for a verification (details is here: )
Enjoy! =)