fdam
fdam

Reputation: 830

How can I implement authentication with Android and REST?

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

Answers (1)

Jørn Wildt
Jørn Wildt

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

Related Questions