Xyz.domain.com ve başka bir alt etki alanı üzerinde bir PHP uygulaması - - Ben bir alt bir Rails uygulaması var abc.domain.com
Bir kullanıcı Rails app içine kaydedilir, ben PHP uygulaması ancak Raylar app aynı veritabanında bu kullanıcı hakkında bazı olayları günlüğe böylece onlara bir oturum vermek istiyorum. Ben aslında sadece kimlik doğrulaması gerektiren bir API maruz olacaktır.
Bu konuda gitmek için en iyi yolu nedir? Ben bir veritabanında oturum saklamak değilim
UPDATE I should mention that the goal is to allow authenticated access from the PHP site to the database that has been only used by the Rails app thus far. If a user is logged into the Rails app, I want to be able to track any events that occur on the PHP site and associate them with the user.