Letractively / android-beryl

Automatically exported from code.google.com/p/android-beryl
MIT License
0 stars 0 forks source link

AppEngine Google Account Integration with Beryl #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Beryl needs a way for cloud based storage. AppEngine will be used because 
it's logical with Android. Now there needs to be a way to perform account 
logins without actually keeping their login information. Google Accounts 
via AppEngine's User API offers this capability. (Kinda like OpenID but 
limited to Google Accounts)

In addition, you can use Android 2.0's APIs to obtain the Auth Token 
without the user logging in!

Web Page Redirect Based Login:
http://blog.notdot.net/2010/05/Authenticating-against-App-Engine-from-an-
Android-app

AppEngine Java User API:
http://code.google.com/appengine/docs/java/users/

Android User API:
http://developer.android.com/reference/android/accounts/package-
summary.html

Original issue reported on code.google.com by futonred...@gmail.com on 8 May 2010 at 7:48

GoogleCodeExporter commented 8 years ago

Original comment by futonred...@gmail.com on 8 May 2010 at 7:49

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/google-api-java-client/ fills this requirement.

Original comment by jerem...@gmail.com on 21 Mar 2011 at 3:58