Securing iOS or Android Backend API

Posted by El Guapo on Programmers See other posts from Programmers or by El Guapo
Published on 2012-06-18T14:30:38Z Indexed on 2012/06/18 15:22 UTC
Read the original article Hit count: 369

Filed under:
|
|

I have an application that I am writing for both iOS and Android; this application will be served by a ReSTFUL API running on a cluster of servers on "the internets". I am curious how the rest of the world is going about securing their APIs so only specific applications running on iOS or Android can use these APIs.

I could go the same route as other OAuth providers by providing a key/secret combination (2-legged OAuth), however, what do I do if I ever have to change these keys??? Do I create a new key/secret for every person that downloads the app???

© Programmers or respective owner

Related posts about api

Related posts about rest