In my current project, I am working on establishing a connection between two applications. My goal is to utilize the session obtained from Rails to verify a user in Node. Both applications have access to the same memcache - one writes to it while the other reads from it. Essentially, I am looking to authenticate a user across applications and create a user session with Passport. Any guidance on how I can achieve this successfully would be greatly appreciated.
Edit: Considering developing a new strategy at the moment.