I am using devise for authentication in a Rails application. I have a WordPress installation for part of the project blog (because I need several WP plugins).
Is it possible to integrate user authentication from the RoR application to the blog so that when someone logs into the application, he goes to the blog, their status status remains and is displayed.
If possible, it should also be possible for them to log in while viewing the blog, and then go directly to their page when they go to the application, right?
source share