gwt-syncproxy icon indicating copy to clipboard operation
gwt-syncproxy copied to clipboard

OAuth 2.0 App Engine Authentication

Open jcricket opened this issue 9 years ago • 1 comments

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 avatar Mar 31 '15 04:03 jcricket

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

jcricket avatar Mar 31 '15 04:03 jcricket