great plugin for share session in rails apps between wordpress blog

In one project, the client wants to share same user credentials between rails app to wordpress site, I’ve worked in the same problem 5 years ago creating a plugin for this, so wordpress change many features and I need this feature fast, googling i find this solution: rails login this plugin only need a small API for enable login i created this code in model user: def wp_json { user: { email: self....

March 13, 2015 · 1 min · Carlos Ramos