WP-API / authentication

The home for design & development of a core WordPress REST API authentication solution
GNU General Public License v2.0
62 stars 2 forks source link

Zapier use case #4

Open kraftbj opened 4 years ago

kraftbj commented 4 years ago

Currently, those looking to automate things via Zapier need to save their user/pass with that service for connectivity via XML-RPC. In addition to the obvious concerns, in https://github.com/Automattic/jetpack/issues/14078, a Jetpack user brought up the issue that, when using our crowdsourced brute-force login protection that identifies failed logins by IP across all users of the service, this is resulting in Zapier from being blocked on a lot of various sites.

An WP REST Authentication method that services like Zapier could use to provide oauth or some similar kind of "key" based approach would help prevent this issue.

kadamwhite commented 4 years ago

This is a great example use case, thank you for noting it!