I have 2 sites, site A (Main Site) & site B (Wordpress woocommerce site). I would like my users to sign-in to site B using their Site A username and password. I have setup Oauth2 provider using Laravel passport that site A uses to authenticate users to site A. I'd like to do the same on site B. Is there an existing Wordpress plugin that will help me implement single sign on with my Oauth2 server that I've setup?
via Pobre