WP-API / OAuth2

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

Require secrets for confidential clients #36

Open rmccue opened 7 years ago

rmccue commented 7 years ago

Clients marked as confidential need their secrets checked.

Not yet complete, need to read the spec and ensure this covers all bases.

Fixes #27.