Integrate PHP website with WordPress user authentication

I have an existing WordPress website that requires users to login if they want to access additional content (full stories, archive of past stories, etc).

I’ve built a new website using PHP and MySQL that will is hosted on a different server. This website is intended for the same audience who visit the article website mentioned previously.

Read More

The new website will provide access to database content that is not publicly available and I would like to authenticate visitors using the login details already used by the WordPress website.

Are there API calls that would allow authentication against the WordPress user accounts from the other server using PHP?

Related posts

Leave a Reply

1 comment