Reputation: 84
I've been doing a lot of research and trying to figure out the best (most simple) way to secure an iphone app's webservice. My ideas so far are below:
Would any of these approaches work? Im leaning towards #3 right now because it seems simple yet effective in my eyes. Any feedback would be appreciated!
Upvotes: 0
Views: 46
Reputation: 13832
I would use 4. and implement OpenID. There is great support for it and it gives you Google Authentication as well as Yahoo and many others. It means your users no longer have to create accounts with you so you'll be able to retain customers more easily.
Upvotes: 1