I often move small parts of my Rails app to NodeJS (like file uploads) and it's often been a pain to properly authenticate users. To that end, I built libraries for that in NodeJS and Rust, but testing them was often only on the latest Rails I was using.<p>To fix that, I built this project: leverage Docker to set up multiple Rails versions, and generate cookies.<p>Hope it helps other.