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
Post a Comment