Create API for single sign-on with 3rd party site

Cross-site Scripting Issues You cannot transfer WP auth cookies between domains. You also don’t want to store plaintext passwords for logging into another WP installation programmatically. So, you’ll have to have users log into WordPress, and then access their login status via an API endpoint from the third-party site. This lets WordPress handle all the … Read more

Automatic WordPress Login of Logged In ClickFunnels User

I have a client for whom I am building a ClickFunnel with the member area in LearnDash, an LMS that runs on WordPress. A key feature of this funnel is the ability to: Automatically add ClickFunnel customer to LearnDash membership for purchased product (done) Automatically create a WordPress Subscriber account upon successful purchase (done) Automatically … Read more