Basic-Auth
Basic-Auth copied to clipboard
addresses #12 in WP-API/Basic-Auth so you can use basic auth AND be l…
…ogged in the browser
replaces https://github.com/WP-API/Basic-Auth/pull/18 (because the branch in that pull request now has content from another pull request)
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.
oups didn't realize deleting the branch would close the pull request. duh