Adding Discourse to existing Ruby on Rails site

I have a ROR 6.1 site with Devise, and many existing users. I would like to add discourse to this site under a subdomain like forums.example.com, and I want to make sure if you’re logged in on example.com in devise you’re also logged in on discourse under forums.example.com. How can this be achieved if at all?

I think all you’d need to do is figure out DiscourseConnect - Official Single-Sign-On for Discourse (sso) on your existing site.

2 Likes

:pray: Thank you! Exactly what I needed.

3 Likes