Reputation: 830
What is the best way to authenticate android apps in a backend that its services are offered through calls rest. I read about oAuth, is it a good choise?
Thanks a lot.
Upvotes: 0
Views: 53
Reputation: 4482
Yes, OAuth2 is a good choice for authenticating apps. See http://soabits.blogspot.dk/2014/02/api-authentication-considerations-and.html for some considerations.
Upvotes: 1