WP-API / Basic-Auth

Basic Authentication handler for the JSON API, used for development and debugging purposes
761 stars 281 forks source link

addresses #12 in WP-API/Basic-Auth so you can use basic auth AND be l… #30

Open mnelson4 opened 8 years ago

mnelson4 commented 8 years ago

…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.

mnelson4 commented 8 years ago

oups didn't realize deleting the branch would close the pull request. duh