Sharing authentication between forum and main CMS in Rails

Posted by Newy on Stack Overflow See other posts from Stack Overflow or by Newy
Published on 2010-06-06T09:13:11Z Indexed on 2010/06/06 9:22 UTC
Read the original article Hit count: 326

Filed under:

I have a Rails forum product that resides under the subdomains of my customers (i.e. http://forum.customer.com). Their main site has a CMS and an authentication system, and my forum product has a separate authentication system. Is there an elegant way to have "cross-signins" across these systems? I want someone already logged into the main CMS to seamlessly (as possible) transition into my product.

© Stack Overflow or respective owner

Related posts about ruby-on-rails