I´m currently designing a REST Api that will run on Google Cloud Endpoints and will be consumed from Web and Android apps. There shouldn't be a need for a google account fot the authentication. I'm wondering how to do the user auth for it.
I´ve read this post: http://blog.auth0.com/2014/01/07/angularjs-authentication-with-cookies-vs-token/
How to implement it on GAE?