REST authentication internal project (iPhone to grails app) using 2 legged oauth?

Posted by Rael on Stack Overflow See other posts from Stack Overflow or by Rael
Published on 2009-11-05T08:53:30Z Indexed on 2010/03/19 22:01 UTC
Read the original article Hit count: 308

Filed under:
|
|

Hi,

I'm creating an iPhone project, and will be communicating with a server via REST. I will be sending push notifications, initiated from another service. I would like to authenticate all communication from the iPhone to my server (e.g., synchronising notifications with the server as the push request is not guaranteed to go through)

2 legged Oauth seems to be the ideal solution, however there is not a lot of information regarding it, especially as most of the libraries seem to be oriented towards consumers and not providers. What library should I use?

Is Oauth overkill? If so what do you recommend? I'm looking for the simplest possible solution at the moment; If it is going to take me more than a week to implement Oauth, it's simply not worth it.

Thanks

© Stack Overflow or respective owner

Related posts about oauth

Related posts about iphone