• I have a WP site with WP OAuth Server and a non-WP site that uses OAuth2 client to authenticate using the WP users on the wp site and makes a couple of RestAPI calls to wp site for additional data.

    I have realized that clicking on logout on the client, logs out the user from the main site but not from jobs portal. Therefore, when the user presses login again from the main site, he/she appears logged in on the client site. The problem goes away if I clear the browser cookies manually.

    How can I logout the user from the client site?

  • The topic ‘Logout not working on client side’ is closed to new replies.