login - Android: Can I use google ClientLogin for user registration? -


we developing app has option of user registration. want make process easy possible user (to encourage registration), want user login google account , our server store google username (not password). not accessing google services app, want give easy option register , login. other apps doing? google have problem that?

i recommend use accountmanager android don't have problems storing password on severs if use auth token. , biggest benefit is, user don't have enter email or password http://developer.android.com/reference/android/accounts/accountmanager.html

look @ steps in documentation

  • get available accounts
  • view them in list
  • request auth token

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -