Integrate wordpress in a java based app

We have a Java / Spring based web app and would like to use WordPress as our Blogging part of the web site. The main issue is probably user authentication, and we would like the java web app to be the master login control

Right now I’ve looked around and it looks like WP is using cookies to check if the user has logged in or not. It is theoretically possible to write some additional code in local WP’s Core file to have some kind of REST API and Java can call it to login to WP but I’ve never done it before and haven’t seen any good examples.

Read More

if you guys have any suggestions that’d be awesome
thanks so much!!

Related posts

Leave a Reply