Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用两个不同的用户系统创建了两个独立的 Rails 应用程序。其中一个使用 Devise,另一个使用 Discourse。连接用户数据/信息的最佳方式是什么?
谢谢!
我会创建一个 api 来在两个应用程序之间来回交谈。如果您这样做,请确保通信是安全的。