0

I created two separate rails apps using two different user systems. One of them uses Devise and the other uses Discourse. What would be the best way to connect user data/info?

Thanks!

dhc2127
  • 1
  • 1

1 Answers1

0

I'd create an api to talk back and forth between the two apps. Make sure if you do this that the communications is secured.