Closed mnelson4 closed 8 years ago
fyi someone else confirmed that this branch works: https://github.com/eventespresso/eea-rest-api/issues/37#issuecomment-125870711 so it would be nice to get this merged
I have tested https://github.com/eventespresso/Basic-Auth this. Basic authentication works after installing this plugin while the original basic auth plugin didn't seem to work for me. I guess it needs to be merged.
I'm replacing this pull request with https://github.com/WP-API/Basic-Auth/pull/30
addresses #12 in WP-API/Basic-Auth. Just required that the basic-auth take a stab at finding the current user, and if it does find the current user, then it we shouldn't have the cookie method try finding the current user separately (where it would overwrite what we've found). I've been using this while logged into my browser and using basic auth.