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

Support client secrets, and require them if in confidential mode #27

Open rmccue opened 7 years ago

rmccue commented 7 years ago

We have client secrets generated currently, but these aren't used or required anywhere. We need to require them (per spec) if the client is in confidential mode (as set in the admin).