Pass authentication between php and Ruby On Rails application

Posted by Li on Stack Overflow See other posts from Stack Overflow or by Li
Published on 2010-05-04T10:35:10Z Indexed on 2010/05/04 10:38 UTC
Read the original article Hit count: 169

Filed under:
|
|

Hi,

I have a simple Ruby on rails application that I want to integrate with an existing php website. I only want that users who's been authenticated by the php application would have access to my Ruby on Rails application (it should appear to the user as the same website, in the same domain, though it can be a different sub-domain if I chose to) What's the best way to do that?

Thanks for the help,

Li

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about php