On Mon, Jun 14, 2010 at 8:12 AM, Joshua Partogi
<joshua.part...@gmail.com> wrote:
> Hi all,
>
> I want to authenticate my mobile phone apps to my online Rails apps.
> What would be the best approach to do this? Can anybody give
> suggestion both on how I should do it in the mobile app and in the
> rails app?

I'd set the rails app to accept http basic authorization over https,
and have the mobile app store the user's password.
-- 
Rick DeNatale

Blog: http://talklikeaduck.denhaven2.com/
Github: http://github.com/rubyredrick
Twitter: @RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenatale

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to