Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom android authenticator using Google App Engine

I would like to write a custom authenticator for Android. I found this nice tutorial to do it, but instead of using Parse as authentication server, I want to use Google App Engine:

http://udinic.wordpress.com/2013/04/24/write-your-own-android-authenticator/

The problem is that I couldn’t find the way to do it. Do you know if that is possible?

All I can find is how to implement authentication using a Google account, but I’d rather prefer to allow users to use any email account.

Thanks.

like image 659
DevMonster Avatar asked May 01 '26 08:05

DevMonster


1 Answers

You have plenty of choices, the first ones that come to mind:

  1. You can use 3rd party OAuth providers which not all email providers are.
  2. Implemment and use your own Authenticator.
  3. (Recommended) Since you are not accessing user data through OAuth just implement a standard user/password authentication method using endpoints and secure the API using your android's app SHA fingersprint, as explained here
like image 123
jirungaray Avatar answered May 03 '26 20:05

jirungaray



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!