jcricket / gwt-syncproxy

Provides Synchronous and Asynchronous access to GWT-RPC servlets from Java and Android
http://www.blueesoteric.com/open-source/gwt-syncproxy
Apache License 2.0
23 stars 14 forks source link

OAuth 2.0 App Engine Authentication #45

Open jcricket opened 9 years ago

jcricket commented 9 years ago

Create Mechanisms for accessing secured GWT RPC methods using OAuth 2.0 credentialing services. For Android, using GoogleAuthUtil is the expectation. Will need to create a way for RemoteServiceServlets to utilize this data since GAE only supports OAuth 1.0 UserService, which is itself only in beta.

jcricket commented 9 years ago

branch gae_auth has manually tested, functional code for utilizing OAuth 2.0 credentials from Android against GWT RPC.