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

Improve storage mechanisms #42

Closed rmccue closed 7 years ago

rmccue commented 7 years ago

This changes client keys to be stored in the post_name for better performing lookups. It also ignores the meta_query we use on users; as it's an EXISTS query, it should be fast enough to not be an issue.