WP-API / OAuth2

Connect applications to your WordPress site without ever giving away your password.
GNU General Public License v2.0
171 stars 41 forks source link

Does this enable login to Wordpress using google and does it enable WP to become an OAuth2 server #70

Open leetcoder314 opened 8 months ago

weiren-lee commented 8 months ago

please let me know if there is any reply too! thanks :)

tomjn commented 2 months ago

Does this enable login to Wordpress using google

No this plugin does not provide SSO for 3rd parties, if you want to login via Googles OAuth that would require the user of an OAuth2 client, as well as lots of additional code that's unrelated to this.

and does it enable WP to become an OAuth2 server

It would allow users on a WP install to use OAuth2 when making REST API requests.

Note that at the time of writing the last commit was 2 years ago, I'd be wary of relying on this in new projects or as anything more than a reference